You're viewing a demo portfolio

Join the waitlist
PRSM

execute_tool

Active

Tool 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": {}
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →