ai.mcpanalytics/analytics

tools_schema

Get JSON schema for a tool — column_mapping and module_parameters required before tools_run.

Remote mcpanalytics/mcp-analytics

Other tools also called tools_schema? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "tool_name": {
      "type": "string",
      "description": "Name of the tool"
    }
  }
}