Skip to main content
Glama

Conexcol — catálogo de hosting y servidores cloud en Colombia

get_product

Read-onlyIdempotent

Ficha completa de un plan por su nombre exacto: precio de cada período en que se vende (prices), recursos, de qué fuente salió cada dato y cuándo se leyó. Si el plan no está en el catálogo devuelve null: eso significa que no se puede comprar, aunque alguna página lo anuncie.

Los recursos se leen dos veces dentro del sistema de facturación: lo que el módulo entrega y lo que la ficha anuncia. Cuando coinciden se publica el valor; cuando no, el recurso NO va en resources sino en resources_under_review con lo que dice cada fuente, y eso hay que consultarlo, no afirmarlo. resources_note explica los casos en que no hay recursos que dar: un certificado SSL no es alojamiento, y los límites del hosting Windows los define su panel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations, the description discloses substantial non-obvious behavior: resources are read from two sources, mismatches are routed to `resources_under_review` and must not be asserted as facts, and `resources_note` explains edge cases like SSL certificates and Windows hosting limits. This is exactly the kind of behavioral context an agent needs.

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?

The first sentence front-loads the core purpose and the subsequent paragraphs add necessary caveats about resource reconciliation and null semantics. It is longer than strictly necessary, but the extra detail is substantive rather than filler, and the structure is logical.

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?

The description covers input expectations, found and not-found return behavior, resource provenance, reconciliation edge cases, and the meaning of `resources_note`. With an output schema already present, it does not need to re-list return fields, and nothing essential for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only provides `name` with no description (0% schema coverage). The description compensates by explaining that the name must be exact and that a missing catalog entry returns null. It does not specify formatting or case sensitivity, but for a single string parameter this is reasonable and useful.

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 opens with 'Ficha completa de un plan por su nombre exacto', clearly stating that the tool returns a complete plan record when given an exact name. It specifies the content (prices, resources, source provenance, timestamps) and the null behavior, which distinguishes it from search-oriented siblings like search_products.

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 gives clear context: use this tool when you need a complete plan record by exact namehola. It also provides an important interpretive rule—if the plan is not in the catalog, null means it cannot be purchased. However, it does not explicitly name alternatives or state when not to use the tool, so it misses the top tier.

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