Skip to main content
Glama

get_manifest

Fetch a structured action manifest (clickable/fillable/submittable elements) for a web page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
freshNo

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits (e.g., caching behavior, authentication needs, rate limits, or costs). It only states the basic function, leaving important behaviors like the freshness parameter's effect or network dependency unclear.

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?

The description is a single 19-word sentence that immediately states the tool's purpose. No fluff, perfectly concise and front-loaded.

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

Completeness2/5

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

Given no output schema and two parameters, the description omits important context: return format, page loading behavior, or limitations (e.g., dynamic content). More detail is needed for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, and the description does not explain the 'url' or 'fresh' parameters. An agent cannot infer what values to provide or how 'fresh' affects behavior beyond the default.

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?

The description clearly states the verb ('Fetch') and resource ('structured action manifest'), and explains what the manifest contains ('clickable/fillable/submittable elements'). No siblings exist, so differentiation is not needed. This is specific and unambiguous.

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?

No guidance is provided on when or when not to use this tool, no prerequisites, and no alternatives mentioned. The description lacks any context for usage decisions.

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.

TDQS

B3.3/5.0
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

With a single tool, naming consistency is automatically satisfied.

Tool Count3/5

The server has only one tool, which is below the recommended 3-15 range; it feels thin but serves a narrow, focused purpose.

Completeness4/5

The tool covers the main operation of fetching a manifest, but additional operations like creating or listing manifests might be expected if the domain is broader.

Resources