JustAMCPToolCategoryBridge๏
Inherits: Object
Adapts a JustAMCP tool category into a registered toolset provider.
Description๏
Bridges a single tool category to JustAMCPToolsetRegistry by forwarding schema collection and execution to JustAMCPToolExecutor. Used when modular toolsets expose category-scoped tools through discovery meta-tools.
Methods๏
execute_tool(tool_name: String, arguments: Dictionary) |
|
provide_tool_schemas(register_only: bool = false, ignore_settings: bool = false, include_disabled_tools: bool = false) |
Method Descriptions๏
Dictionary execute_tool(tool_name: String, arguments: Dictionary) ๐
Executes tool_name within this bridge's category via JustAMCPToolExecutor and returns the tool response dictionary.
Array provide_tool_schemas(register_only: bool = false, ignore_settings: bool = false, include_disabled_tools: bool = false) ๐
Returns MCP JSON schema dictionaries for tools in this bridge's category. Set register_only for registration metadata only, or ignore_settings to bypass editor filtering.