JustAMCPAssetTagsTools๏
Inherits: Object
Provides MCP tools for project asset tag dictionary and assignment.
Description๏
Registers asset tag tool schemas used by JustAMCPToolExecutor and JustAMCPToolsetRegistry. Tools expose tag dictionary CRUD, asset assignment, search, and maintenance helpers for AI-driven asset organization.
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 the asset-tag tool named by tool_name with arguments and returns the tool response dictionary. Unknown tools return an error dictionary.
Array provide_tool_schemas(register_only: bool = false, ignore_settings: bool = false, include_disabled_tools: bool = false) ๐
Returns MCP JSON schema dictionaries for asset-tag tools. Set register_only for registration metadata only, or ignore_settings to bypass editor filtering.