list_components
List ng-blatui's 157 Angular components, optionally filtered by category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | e.g. "Forms & Input". |
List ng-blatui's 157 Angular components, optionally filtered by category.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | e.g. "Forms & Input". |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It only says 'list' and 'optionally filtered', but does not state that the operation is read-only, safe, or what side effects exist. This is minimal transparency for a list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no extra words. Every part serves a purpose: identifies the library, counts components, and mentions optional filtering.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one optional parameter, no output schema), the description covers the main action and filtering. However, it could mention the return format or whether pagination exists. Adequate but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds 'optionally filtered by category', which aligns with the schema and confirms the parameter's role, but does not add new semantic depth beyond the schema's own description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'List' and the resource 'ng-blatui's 157 Angular components', including optional filtering by category. It distinguishes from sibling tools like list_blocks and list_charts by specifying 'components'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. It does not mention when not to use it or compare to sibling tools, leaving the agent without decision support.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: listing different resource types, getting specific documentation, and keyword search. No overlap exists.
Tools consistently use 'get_' and 'list_' prefixes, but 'search' deviates slightly from the verb_noun pattern, though it remains predictable.
Seven tools is well-scoped for a component library server, covering listing, searching, and retrieving details without unnecessary bloat.
The tool surface covers the full workflow: discover resources via list and search, then get detailed docs or API. No obvious gaps for the stated purpose.