Skip to main content
Glama

invoke_tool

Destructive

Invoke any Huly operation by exact tool name with arguments. Executes read or write operations through the proxy.

Instructions

Invokes one proxy-visible Huly tool by exact name with its arguments. This tool can call read or write Huly operations; check get_tool_schema and the target tool annotations when safety matters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYesExact Huly tool name to invoke through the proxy.
argumentsNoArguments object for the target Huly tool. Use {} when the target tool accepts no parameters.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
warningsNoOptional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds context beyond the annotations by warning that the tool can call read or write operations and advising to check target tool details. This aligns with the destructiveHint annotation and provides useful caution.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two highly informative sentences with no wasted words; the first conveys purpose and the second adds critical safety guidance, making it concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's nature (a meta-tool that invokes others), the description is fully complete: it explains what it does, how to use it, and safety considerations. The presence of an output schema also reduces the need to describe return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description adds minimal value. It restates parameter names and provides a minor usage note ('Use {} when the target tool accepts no parameters'), which is sufficient but not exceptional.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action ('Invokes') and resource ('proxy-visible Huly tool'), and it is distinct from sibling tools which are about getting context, schemas, versions, categories, or searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit context ('check get_tool_schema and the target tool annotations when safety matters') but does not specify when not to use or provide alternatives, which is acceptable given that this is a meta-tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dearlordylord/huly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server