update_mid_call_tool
ActiveTool of Famulor
declared in 0.2.0
Update a mid-call tool. headers/schema fully replace existing values when provided.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"type": "string"
},
"schema": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"headers": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
},
"timeout": {
"type": "integer"
},
"endpoint": {
"type": "string"
},
"description": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries