Skip to main content
Glama

AI Site Scorer

get_report

Fetch a previously completed analysis report by job ID. Returns scores, check details, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesThe UUID job_id returned by analyze_url.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. The verb 'Fetch' signals a non-mutating read operation, and it discloses return content (scores, check details, recommendations). However, it doesn't specify error behavior or prerequisites beyond completion, which is a minor gap.

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, front-loaded sentence that efficiently states the action and return value. No redundant words or filler.

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 one-parameter fetch tool with no output schema, the description adequately covers purpose, return content, and the requirement that the report be previously completed. It could mention error handling or link more explicitly to analyze_url, but it is fundamentally complete.

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 coverage is 100% as job_id is fully described with its type and origin ('returned by analyze_url'). The description adds no new parameter semantics beyond what the schema provides, so baseline 3 is appropriate.

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 uses a specific verb 'Fetch' with a clear resource 'previously completed analysis report' and identifies the key identifier (job ID). It clearly distinguishes from siblings by indicating it retrieves a single completed report rather than creating, enhancing, or generating prompts.

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?

The description implies usage after analysis completion ('previously completed') and references job ID, which ties to analyze_url. It doesn't explicitly name alternatives or exclusion conditions, but the context is clear enough for an agent to know when retrieval is appropriate.

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