Skip to main content
Glama

PCFHub

Validate a pcfhub.json

validate_manifest
Read-onlyIdempotent

Check the contents of a pcfhub.json against PCFHub's rules before a release. Returns whether it is valid, plus errors that block publishing and warnings that do not, each with the JSON pointer it applies to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifestYesThe full contents of pcfhub.json, as JSON text.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description goes further by disclosing the return semantics: a validity verdict, blocking errors vs non-blocking warnings, and JSON pointers. It does not say whether validation hits the network or how strict the rules are, but the value-add beyond annotations is real.

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?

Two sentences, zero filler, with the core action front-loaded and the return shape following immediately. Every clause earns its place.

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

Completeness5/5

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

There is no output schema, so the description must carry the return contract, and it does: validity flag, errors that block publishing, warnings that do not, plus JSON pointer locations. For a single-parameter read-only validator, nothing essential is missing.

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?

Only one parameter, and its schema description already states that it is the full contents of pcfhub.json as JSON text (100% coverage). The description adds no format or size guidance beyond that, so the baseline 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 specific verb and resource (validate a pcfhub.json against PCFHub's rules) and adds the temporal context (before a release). No sibling tool validates anything, so it is trivially distinguishable from the read-only listing/getter siblings.

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 usage to the pre-release moment, which tells the agent when this tool belongs in a workflow. It does not name an alternative or state when-not-to-use, but no sibling overlaps in function, so the gap is minor.

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