Skip to main content
Glama

Rescore URL

rescore_url
Read-onlyIdempotent

Run a fresh public structural audit (rescore) for a URL or domain. Same engine as audit_url. Not an LLM ranking. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic domain or https URL to inspect (for example example.com or https://example.com). Localhost and private IPs are blocked.
domainNoAlias of url. Use either url or domain, not both.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the audit completed
cliNoMatching CLI command
domainYesNormalized hostname
pillarsNoPer-pillar structural scores
refusalNoRanking-refusal copy
briefUrlNoShareable public brief URL
persistedNoTrue if the scan was saved
confidenceNo0-1 crawl confidence
disclaimerNo
isSyntheticNoTrue only if the crawl failed closed
methodologyNoScoring methodology id
overallScoreYesStructural readiness score 0-100. Not an LLM ranking.
recommendationsNoRanked structural gaps to fix

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint, openWorldHint), the description adds that the audit is 'fresh' and 'public,' explicitly states it is 'Not an LLM ranking,' and notes 'No API key required.' These details enrich the behavioral profile without contradicting the annotations.

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 four short, information-dense sentences. It front-loads the core purpose, then adds relational, exclusions, and access prerequisites. Every sentence earns its place with zero redundancy.

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?

Given the tool's simplicity (two optional alias parameters), full schema coverage, output schema presence, and robust annotations, the description covers the essential context. Minor gaps include lack of explicit timing for when a rescore is needed relative to audit_url, but overall it is complete for effective tool selection.

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 input schema already provides 100% coverage with detailed descriptions for both parameters (url and domain), including the alias relationship and constraint to use only one. The description adds no new parameter-level meaning beyond what the schema states, so the baseline score of 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 clearly states the tool's function: 'Run a fresh public structural audit (rescore) for a URL or domain.' It uses a specific verb ('run'), defines the resource ('URL or domain'), and distinguishes itself from sibling tools by noting 'Same engine as audit_url' and clarifying 'Not an LLM ranking.' This makes the purpose explicit and unique.

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 provides useful context: it is a rescore, uses the same engine as audit_url, and requires no API key. This implies when to use it but does not explicitly state 'use this instead of audit_url' or list exclusions. It lacks a clear when-not-to-use statement but offers enough contextual guidance to differentiate from siblings.

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/5.0
Disambiguation2/5

The tool set has significant overlap: audit_url and rescore_url both run the same structural audit, and list_fixes vs apply_fix both generate fix packs (with apply_fix differing only by optional write access). This blurs boundaries and forces agents to rely on subtle wording to choose correctly.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (apply_fix, audit_url, check_health, get_brief, list_fixes, rescore_url). The verbs are distinct and clearly indicate the action, making the naming predictable and easy to parse.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose. Each tool covers a specific step in the audit-to-fix workflow without excessive bloat or noticeable omissions.

Completeness4/5

The core workflow is covered: audit (audit_url/rescore_url), brief (get_brief), and fixes (list_fixes/apply_fix), plus health check. Minor gap: no explicit tool to view detailed individual recommendations or manage applied fixes, but agents can work around this using the available outputs.

Resources