Skip to main content
Glama

Subastech — subastas judiciales de inmuebles (BOE)

Explicar un concepto de subastas judiciales

explicar_concepto
Read-onlyIdempotent

Explica un concepto de las subastas judiciales en España (depósito, cargas, posesión, cesión de remate, tipos de subasta…) desde la base de conocimiento de Subastech, redactada por personas. Pública, sin cuenta; sin modelo de lenguaje.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preguntaYesConcepto o pregunta (p. ej. «qué es la cesión de remate»)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNo
fuenteNo
conceptoYes
disclosureNo
sugerenciaNo
relacionadosNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive). The description adds genuinely new behavioral context: it is public, requires no account, and answers come from a human-written knowledge base rather than a language model. This tells the agent what kind of answer to expect, though it omits any limits on scope or length.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense sentences with the core purpose front-loaded and no filler. The parenthetical example list is slightly long but useful for scoping.

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?

With an output schema present, return values need not be explained, and the single param is fully documented. The description plus annotations give an agent enough to call 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 coverage is 100% and the single parameter's description already includes an example ('qué es la cesión de remate'). The description's list of concept types is not tied to the parameter and adds little beyond the schema, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Explica') and resource ('concepto de las subastas judiciales en España') and enumerates example domains (depósito, cargas, posesión, cesión de remate). It does not name a sibling, but the phrase 'desde la base de conocimiento de Subastech, redactada por personas' implicitly separates it from search/analysis tools.

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?

It signals it is a public, no-account, non-LLM knowledge-base lookup, which implies the 'use this to understand a term' context. However, it never states when to prefer this over siblings like search, analisis_subasta, or informe, nor any exclusions. Usage is only implied.

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