execute_tool
ActiveTool of FavCRM
declared in 1.0.0
Execute an available FavCRM tool by name after discovering it with search_tools. Target tool availability, input schema, module gates, and audit logging are still enforced.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"toolName"
],
"properties": {
"toolName": {
"type": "string",
"minLength": 1,
"description": "Exact target tool name returned by search_tools"
},
"arguments": {
"type": "object",
"description": "Arguments object for the target tool. Must match the target input schema.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries