Skip to main content
Glama

PCFHub

List recent releases

list_releases
Read-onlyIdempotent

The most recent releases across every control on PCFHub, newest first: which control, which version, whether it is a prerelease, and when it shipped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many releases. Defaults to 20.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 meaningful behavior beyond that: the result is sorted newest-first, spans all controls, and enumerates the returned fields (control, version, prerelease flag, ship date) — valuable given 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?

A single dense sentence that front-loads the scope and ordering before listing return fields; every clause carries information. No wasted verbiage, though it is somewhat list-heavy.

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 read-only list tool with one fully documented param and no output schema, the description covers scope, ordering, and returned fields adequately. Only the pagination/limit behavior link to the result set is unstated.

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% and the single limit parameter is fully documented in the schema (default 20, max 50). The description adds nothing about the parameter, so the baseline of 3 applies.

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?

States a concrete resource (releases across every control on PCFHub), the scope (across every control), and the ordering (newest first). None of the siblings (list_components, list_doc_sections, list_taxonomy) cover releases, so it is unambiguously distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It implies the use case (getting recent releases) but gives no explicit when-to-use guidance, no exclusions, and never names an alternative such as search or get_component for a specific control's history.

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