Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Fetch (ChatGPT)

fetch
Read-onlyIdempotent

Lee una ficha de subasta por id (compatible con la búsqueda profunda de ChatGPT): id, title, text con los datos públicos del BOE en Markdown, url y metadata. Pública, sin cuenta. El scoring, veredicto, cargas, ROI, valoración e intervinientes requieren cuenta y plan Pro o superior; si algo está cerrado se devuelve locked con upgradeUrl.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes`id` devuelto por `search` (o URL de la ficha)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYes
titleYes
metadataYes

Schema Changelog

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

  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=true, idempotentHint=true, and destructiveHint=false. The description adds non-obvious behavior beyond the annotations: gated content returns `locked` with `upgradeUrl`, and output is served as Markdown from public BOE data. This meaningfully helps an agent anticipate paywall-driven responses.

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 front-loaded sentences: the first states the core action and return fields, the second covers access requirements and locked behavior. The enumeration of gated fields (scoring, veredicto, cargas, ROI, valoración, intervinientes) is slightly long but earns its place by telling the agent exactly what to expect.

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?

For a single-parameter read-only tool with full annotations and an output schema, the description covers access level, data source, output format, and paywall gating. Nothing an agent needs to call it correctly — or to set expectations about locked fields — 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?

Schema description coverage is 100%: the single `id` parameter is already documented as returned by `search` or a record URL. The description confirms the lookup key used but adds no format, syntax, or edge-case detail beyond what the schema already provides, 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?

The description states a specific verb and resource: 'Lee una ficha de subasta por `id`' — reads a single auction record by id. It enumerates the return fields (`id`, `title`, `text`, `url`, `metadata`), and the 'compatible con la búsqueda profunda de ChatGPT' plus public-BOE-data focus clearly differentiates it from siblings like `analisis_subasta`, `informe`, or `subasta`.

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?

Clear usage context is provided: 'Pública, sin cuenta' signals no authentication prerequisite, and the schema param description tells the agent the `id` comes from `search` or a record URL, implying the search→fetch workflow. The locked-fields paragraph implicitly warns this tool won't satisfy requests for scoring, verdict, or ROI, but it never names the alternative tool to use for those.

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

A3.7/5.0
Disambiguation3/5

Most tools are grouped into recognizable clusters (alertas, checkout, favoritos, notas), but several retrieval/report tools overlap: `fetch` and `subasta` both expose an auction record, and `analisis_subasta` and `informe` both provide analysis. The descriptions give enough distinguishing detail, but an agent must read closely to avoid misselection.

Naming Consistency2/5

Naming mixes Spanish and English, and mixes conventions: `alertas_crear` and `buscar_subastas` are Spanish compound names, `create_checkout`/`cancel_checkout` are English verb_noun, while `fetch`, `search`, `subasta` and `informe` are bare words. There is internal consistency within clusters, but no coherent pattern across the full toolset.

Tool Count2/5

32 tools is a large, heavy surface for one MCP server, exceeding the 25+ threshold where consolidation is usually needed. Many tools earn their place given the broad platform, but the multiple search/retrieval variants and five checkout lifecycle tools could be streamlined.

Completeness4/5

The server covers the core domain thoroughly: auction search/retrieval, viability reports, alerts, favorites, registry notes, market statistics, plans/account, and UCP checkout all have lifecycle coverage. Minor gaps exist, such as no explicit report-purchase history and some payment steps being delegated to a browser, but agents can complete most workflows.

Resources