Skip to main content
Glama

AI Site Scorer

list_recent_analyses

List the 10 most recent analyses for the authenticated account. Returns URLs, scores, and statuses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return (1-50, default 10).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the account scope and return fields, but it states '10 most recent' without acknowledging the configurable limit parameter (1-50), and it does not explicitly note that the operation is read-only. This is adequate but has gaps.

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 two sentences, front-loaded with the action and resource, and contains no unnecessary words. Every sentence contributes either the scope or the return contents.

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 list tool with one optional parameter and no output schema, the description covers the essential scope and return fields. However, the '10 most recent' phrasing could mislead when limit is set differently, and no output schema exists to clarify the exact response structure, but overall it is sufficiently 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?

The schema fully describes the only parameter (limit) with a default and range, so schema description coverage is 100%. The description adds no additional parameter semantics beyond mentioning the default count of 10, meriting the baseline score of 3.

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 the specific verb 'List' and clearly identifies the resource as 'recent analyses for the authenticated account,' which distinguishes it from sibling tools like analyze_url (create) and get_report (single report). It also states the return contents (URLs, scores, statuses), fully clarifying its purpose.

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

Usage Guidelines3/5

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

The description implies usage when a user needs a list of recent analyses, but it provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives such as get_report for fetching a single analysis, so the usage context is clear but not differentiated.

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

A4.2/5.0
Disambiguation5/5

Each tool serves a distinct role in the analysis workflow: submitting URLs, enhancing reports, generating fix prompts, retrieving reports, and listing analyses. No two tools overlap in purpose or input/output expectations.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: analyze_url, enhance_report, generate_fix_prompt, get_report, list_recent_analyses. This makes the API surface predictable and easy to navigate.

Tool Count5/5

With exactly 5 tools, the server is well-scoped for its purpose—covering the essential analysis process without unnecessary bloat or missing core operations. Each tool earns its place.

Completeness5/5

The toolset covers the full lifecycle from submitting a URL for analysis to retrieving results, enhancing them, and generating actionable fix prompts. The inclusion of list_recent_analyses fills the gap for historical context. No major missing operations for the stated domain.

Resources