Skip to main content
Glama
kunalgoesbyken

VengeanceUI MCP Server

get_components_by_category

Retrieve all components in a chosen category from the VengeanceUI repository. Specify a category such as Buttons or Cards to get the list of components available for browsing and source code retrieval.

Instructions

Get all components in a specific category

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesComponent category (e.g., 'Buttons', 'Cards', 'Forms', 'Navigation')
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 of behavioral disclosure. It only states the purpose and does not mention return format, error behavior, category validation, or other operational traits. This leaves a significant transparency gap.

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 concise sentence, 'Get all components in a specific category', with no unnecessary words or redundant information. It is well-structured and immediately understandable.

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

Completeness4/5

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

For a simple one-parameter read tool with no output schema, the description is mostly complete. However, it could be improved by mentioning when to use it relative to sibling tools or noting behavior for unknown categories, though the low complexity lessens the need.

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% and the category parameter already includes descriptive examples, so the description adds little beyond restating 'specific category'. It does not introduce additional meaning beyond what the schema provides.

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 uses a specific verb 'Get' with a clear resource 'components' and scope 'by category', which distinguishes it from siblings like list_components (all components) and search_components (search). It clearly states what the tool does.

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 implies usage when components in a specific category are needed, but provides no explicit guidance on when to prefer this over alternatives like list_components or search_components. Sibling tools are present but not referenced.

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/kunalgoesbyken/VengeanceUI-MCP'

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