claidex_tool_catalog
ActiveTool of Claidex MCP
declared in 1.0.0
Return the complete MCP tool catalog, optionally including full input schemas and filtering native versus agent-backed tools.
Parameters schema
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"include_schemas",
"source"
],
"properties": {
"source": {
"enum": [
"all",
"claidex-agent",
"mcp-native"
],
"type": "string",
"default": "all"
},
"include_schemas": {
"type": "boolean",
"default": false,
"description": "Include full JSON Schemas in the catalog."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Claidex MCP
https://github.com/ssatanis/claidex-sentinel
1/7 registries