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๏ƒ

Dictionary

execute_tool(tool_name: String, arguments: Dictionary)

Array

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.