Skip to main content
Glama

get_component

Read-onlyIdempotent

Retrieve full details of a Huly component, including content and metadata, by specifying the project and component name.

Instructions

Retrieve full details for a Huly component. Use this to view component content and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesa string that will be trimmed
componentYesa string that will be trimmed
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, clearly marking this as a safe read operation. The description adds 'view component content and metadata,' which is consistent but does not provide additional behavioral context beyond what annotations already convey. It does not contradict annotations, so a score of 3 is appropriate.

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?

The description is a single sentence that is concise and front-loaded. It contains no unnecessary words or redundancy, making it efficient for an AI agent to parse quickly.

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

Completeness3/5

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

Given that the tool has no output schema, the description could have clarified what 'full details' includes (e.g., fields like description, status, metadata). It only vaguely mentions 'content and metadata.' For a retrieval tool, this is adequate for basic invocation, but the agent lacks explicit knowledge of the return structure. Annotations cover behavioral safety, so overall completeness is moderate.

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?

The input schema provides descriptions for both parameters ('a string that will be trimmed'), achieving 100% coverage. However, these descriptions are minimal and do not explain what the parameters represent (e.g., project ID vs. component name). The tool description does not add any additional semantic meaning. With high schema coverage, the baseline is 3, and no extra value is provided.

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

Purpose4/5

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

The description uses the verb 'Retrieve' and specifies the resource as 'full details for a Huly component', making the purpose clear. It distinguishes from sibling tools like create_component, delete_component, and list_components by implying it retrieves a single component. However, it could be more explicit that it is for a single component rather than a general view.

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

Usage Guidelines3/5

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

The description states 'Use this to view component content and metadata,' which provides a clear usage context. However, it does not address when not to use this tool or mention alternatives such as list_components for browsing all components. With no exclusions or comparisons, the guidance is adequate but not comprehensive.

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