Skip to main content
Glama

Get Component

get_component

Retrieve iDRAC design-system guidance for any component by specifying its name.

Instructions

Look up iDRAC design-system guidance for a named component (e.g. "button").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe component name to look up, e.g. "button".
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states that the tool looks up guidance, implying a read-only operation, but does not disclose any behavioral details such as authentication needs, rate limits, error handling, or whether the tool performs any side effects.

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 with the key information. Every word serves a purpose without any waste.

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 the simple input (one string parameter) and no output schema, the description is mostly adequate. However, it does not describe the return value format or content, which is a gap for an AI agent deciding whether the tool's output is useful.

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 description coverage is 100% (the 'name' parameter has a description), so the baseline is 3. The tool description does not add additional meaning beyond repeating the example; it provides no extra context about parameter constraints or formats.

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 specifies a clear action ('look up') and a specific resource ('iDRAC design-system guidance for a named component'), with a concrete example (e.g., 'button'). No sibling tools exist, so no differentiation needed.

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 clearly implies when to use the tool (when design guidance for a named component is needed), but it does not explicitly state conditions for when not to use it or mention alternatives.

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/ashwini97paradkar/idrac-design-mcp'

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