Skip to content

Commit c143715

Browse files
committed
Update Postman collection
1 parent 02a23ab commit c143715

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

docs/rest-collection/dm_postman_collection.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,47 @@
995995
},
996996
"response": []
997997
},
998+
{
999+
"name": "call tool",
1000+
"protocolProfileBehavior": {
1001+
"followRedirects": true,
1002+
"disableUrlEncoding": false,
1003+
"disableCookies": false
1004+
},
1005+
"request": {
1006+
"method": "POST",
1007+
"header": [
1008+
{
1009+
"key": "Content-Type",
1010+
"value": "application/json"
1011+
}
1012+
],
1013+
"body": {
1014+
"mode": "raw",
1015+
"raw": "{\n \"name\": \"tool_1\",\n \"arguments\": {\"arg1\": \"val1\"}\n}",
1016+
"options": {
1017+
"raw": {
1018+
"language": "json"
1019+
}
1020+
}
1021+
},
1022+
"url": {
1023+
"raw": "{{HOST}}/api/v1/deployments/mcp/{{DEPLOYMENT_NAME}}/call-tool",
1024+
"host": [
1025+
"{{HOST}}"
1026+
],
1027+
"path": [
1028+
"api",
1029+
"v1",
1030+
"deployments",
1031+
"mcp",
1032+
"{{DEPLOYMENT_NAME}}",
1033+
"call-tool"
1034+
]
1035+
}
1036+
},
1037+
"response": []
1038+
},
9981039
{
9991040
"name": "get prompts",
10001041
"protocolProfileBehavior": {

0 commit comments

Comments
 (0)