validar_clabe
Valida la estructura de una CLABE: 18 digitos, digito de control y banco por prefijo. Cuesta UTIL. No confirma que la cuenta exista.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clabe | Yes |
Valida la estructura de una CLABE: 18 digitos, digito de control y banco por prefijo. Cuesta UTIL. No confirma que la cuenta exista.
| Name | Required | Description | Default |
|---|---|---|---|
| clabe | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It is transparent about the tool's scope, mentions the cost 'Cuesta UTIL', and explicitly warns that it does not confirm account existence. This goes well beyond a bare functional statement, though it could also disclose return behavior or errors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences deliver the core purpose, a cost caveat, and a key limitation with no filler. The most important information is front-loaded and every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema, and the description covers its scope, cost, and limitation. The only notable gap is that it does not describe the result format or how an agent should interpret the validation outcome.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema gives no description for 'clabe', so the description must compensate. It does so by explaining the validation criteria and implicitly clarifying that the parameter is the CLABE number to be validated. It adds meaning beyond the schema, though it could explicitly specify the required string format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Valida' and the specific resource 'estructura de una CLABE' with concrete validation criteria: 18 digits, check digit, and bank by prefix. This distinguishes it from sibling validators like validar_curp or validar_rfc without needing to inspect the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to choose this tool over alternatives or when not to use it. The caveat 'No confirma que la cuenta exista' is useful but does not name any alternative validation or verification tool for checking account existence.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools fall into clear families such as validar_*, verificar_* and consultar_*, but there is semantic overlap among consultar_catalogo, catalogo_leyes and catalogo_servicios, and between acreditar_fondeo and verificar_pago since both process CEP XML. The descriptions usually clarify the intent, but an agent could still choose the wrong generic catalog or payment tool.
The dominant pattern is Spanish infinitive_noun, e.g. validar_rfc, verificar_empresa and consultar_saldo, but there are noticeable deviations such as catalogo_leyes, estado_servicio, tipo_cambio and verificacion_completa. The English-style screening_listas and screening_monitorear also break the Spanish verb pattern, making the naming readable but inconsistent.
With 30 tools, the server sits well above the recommended MCP range and will add significant context/selection overhead. The broad multi-domain scope explains some of the size, but several account/meta tools could be consolidated, and the overall surface feels heavier than ideal.
The core workflows are well covered: company/invoice/payment verification, legal search and lookup, fiscal calculations, identity validations, screening and constancy validation are all present. However, there are dead ends: crear_fondeo_x402 requires an out-of-band REST liquidation step, screening_monitorear has no management/removal counterpart, and registrar_obligacion has no list/delete tools.