Skip to main content
Glama

Ply UI

List Ply components

list_components
Read-onlyIdempotent

List components from the Ply registry. Filter by tier (free|pro|all), category, or name substring. Does not install anything. To copy a component into a project, tell the user to run npx ply-ui-cli add .

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSubstring filter on name, description, usage, or keywords (case-insensitive)
tierNoFilter by license tierall
categoryNoFilter by registry category

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is covered. The description adds the useful boundary that nothing is installed, but says nothing about result volume, pagination, or ordering, which matters for an open-world registry listing.

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?

Three short sentences, front-loaded with the action, then filters, then the critical exclusion. No filler and nothing buried.

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?

With no output schema and a registry-backed open-world tool, the description leaves the return shape (fields, pagination, whether the list is exhaustive) unspecified. It is adequate for calling the tool, but not complete for interpreting results or disambiguating from search_components.

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%, so all three filters are already documented in the schema, including enum values. The description's mention of tier values and name-substring filtering mostly restates the schema, putting it at the baseline for high coverage.

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?

States a specific verb+resource ('List components from the Ply registry') and enumerates the filter dimensions, so the agent knows exactly what the tool returns. It does not, however, differentiate itself from the sibling search_components, which the 'name substring' filter wording suggests may overlap with.

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?

Explicitly scopes the tool as read-only browsing ('Does not install anything') and routes the install use case to the external CLI command. What's missing is guidance on when to pick this over get_component or search_components, which is the most likely selection ambiguity given the siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.