Skip to main content
Glama

Obtener informacion de un proyecto

obtener_info_proyecto
Read-onlyIdempotent

Devuelve informacion comercial publica de un proyecto especifico de EcoPlaza: ubicacion, como visitarlo, rubros permitidos, horario de atencion, beneficios y situacion legal. Requiere el slug del proyecto (usa listar_proyectos para obtenerlo). NO incluye precios, TEA ni cuotas de financiamiento.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proyecto_slugYesSlug del proyecto, obtenido de listar_proyectos (ej: "trapiche").

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, so the description aligns with these. It adds context by specifying the type of information returned and that it is 'publica'. No contradictions.

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 with no redundancy. Every word adds value: it states the purpose, lists fields, gives usage requirement, and excludes unrelated info. Highly efficient.

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?

Given no output schema, the description adequately enumerates the types of information returned (ubicacion, como visitarlo, rubros permitidos, etc.) and explicitly states what is excluded. For a simple read-only tool with one parameter, this is complete enough.

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%, with the parameter already described in the schema as the slug from listar_proyectos. The description reinforces this by mentioning it again but does not add new semantic details beyond the schema. Baseline 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 verb ('devuelve'), the resource ('informacion comercial publica de un proyecto especifico de EcoPlaza'), and lists specific fields. It also explicitly distinguishes from siblings by noting what it does NOT include (precios, TEA, cuotas), setting it apart from tools like consultar_precios_o_financiamiento.

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 a clear precondition: requires the project slug, and directs users to use listar_proyectos to obtain it. It also mentions excluded information, implying alternatives. However, it does not explicitly state when to use this tool versus other siblings beyond that exclusion.

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

Each tool has a clearly distinct purpose: searching available locations, consulting prices (referral), contacting advisor, listing projects, getting location details, and project info. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Spanish (e.g., buscar_locales_disponibles, listar_proyectos). No mixing of conventions.

Tool Count5/5

With 6 tools, the set is well-scoped for the domain of browsing and inquiring about commercial spaces. Each tool contributes meaningfully.

Completeness5/5

The tool surface covers the full workflow: discovering projects, searching locations, getting details, handling price inquiries (via referral), and contacting an advisor. No obvious gaps.

Resources