Skip to main content
Glama

El Pujante — Subastas públicas de España

costes_totales

Estimación del coste real de adjudicarse un inmueble: precio + ITP (según la comunidad autónoma) + notaría + registro + cargas subrogables conocidas. precio es el remate hipotético; por defecto usa el valor de subasta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
precioNo
bien_idYes

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It explains the calculation components and the parameter default, but it does not describe the return format, whether it performs any side effects, or any dependencies like obtaining ITP rates. It provides some behavioral context but lacks completeness.

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, focused sentence that front-loads the purpose and includes necessary details about components and the `precio` parameter. It is concise with no redundant words.

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

Completeness3/5

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

The tool has no output schema and two parameters, so the description should explain return values and prerequisites. It covers the algorithm but not the result structure or any dependencies (like external data for ITP). This is a moderate gap for an agent to invoke it correctly.

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 0%, so the description must compensate. It explicitly explains the `precio` parameter (hypothetical auction price, defaults to auction value) but does not directly describe `bien_id` (though it implies the property via 'inmueble'). This adds value but only partially addresses parameter meaning.

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 purpose: estimating total acquisition costs for a property (precio + ITP + notaría + registro + cargas). It distinguishes itself from sibling tools like buscar_inmuebles or detalle_inmueble by focusing on cost calculation rather than search or detail retrieval.

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 context (when you want to estimate costs for a property) and explains the default behavior of `precio`, but it does not explicitly compare with alternatives or state when not to use it. The context is clear but not explicit about exclusions or alternative tools.

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.9/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: searching, comparing, viewing details, estimating costs, assessing risk, finding similar properties, and viewing inventory stats. There is no overlap or ambiguity between tool functions.

Naming Consistency3/5

All names use lowercase with underscores, but the pattern is mixed: some are verb-led (buscar_inmuebles, comparar_inmuebles) while others are noun-led (costes_totales, detalle_inmueble, resumen_riesgo, stats_inventario). The use of 'stats' (English) in an otherwise Spanish set also detracts from consistency.

Tool Count5/5

Seven tools is well within the ideal range for a domain-specific read-only server. Each tool covers a distinct aspect of the auction-searching workflow, with no redundancy or unnecessary additions.

Completeness5/5

For an informational public-auction tool, the surface is complete: search, detail, comparison, cost estimation, risk analysis, similar items, and global statistics. There are no obvious gaps or dead ends for the stated purpose.

Resources