Skip to main content
Glama

PCFHub

List PCF controls

list_components
Read-onlyIdempotent

Browse the PCFHub catalog with optional filters: a text query, category slug, tag slugs, author slug and control type. Paged; returns each control's slug, name, tagline, control type, latest version and URL. Use list_taxonomy to discover valid category, tag and author slugs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoDefaults to 1.
sortNoDefaults to relevance when there is a query, newest otherwise.
tagsNoTag slugs, from list_taxonomy. A control must carry every tag given.
queryNoWords to match against names, taglines and descriptions.
authorNoAn author slug, from list_taxonomy.
categoryNoA category slug, from list_taxonomy.
per_pageNoDefaults to 24; at most 48.
control_typeNofield binds one column on a form; dataset renders a view; virtual is a React control; grid_customizer changes how an editable grid renders cells.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so safety is covered. The description adds genuine behavioral context beyond that: it notes results are paged and enumerates the returned fields (slug, name, tagline, control type, latest version, URL), which matters because there is no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with the action and filters, then pagination/return shape, then the related-tool pointer. No filler, though the filter enumeration is somewhat redundant with the schema.

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 an 8-parameter, no-required-args list tool with no output schema, the description covers filters, pagination and return fields adequately. Remaining gaps (total count / pagination continuation, sort interplay) are minor and partly handled by schema defaults.

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 the schema already documents every parameter, including enums, defaults and the AND-semantics for tags. The description restates the filter list rather than adding syntax or format detail, so baseline 3 applies.

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 and resource ('Browse the PCFHub catalog') and enumerates the filter dimensions, so the agent knows exactly what it retrieves. It does not, however, distinguish itself from the sibling 'search' tool, which could plausibly serve a similar querying need.

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?

Gives a concrete prerequisite path: 'Use list_taxonomy to discover valid category, tag and author slugs.' That routes the agent correctly for slug-based filters. It offers no guidance on when to prefer this over the sibling 'search' tool.

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.

Resources