Skip to main content
Glama
dponcedeleonf

demo-app-mcp-prestamo

autorizar_con_clave

Submits the user-entered 4-digit PIN to authorize a loan step and returns the authorization result. Intended for internal widget use, not for agent invocation.

Instructions

Tool interna del widget: recibe el PIN que el usuario tecleó en el keypad y devuelve el resultado de la autorización. NO debe ser invocada por el agente.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYesClave dinámica (4 dígitos).
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool is internal and returns a result, but does not describe the result format, error behavior, or side effects. The strong prohibition on agent invocation adds some behavioral context, but details are lacking.

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, front-loads the purpose, and immediately delivers the key warning. Every word earns its place without fluff.

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

Completeness4/5

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

Given the tool's simplicity (one parameter, no output schema) and the explicit instruction that the agent must not use it, the description sufficiently covers what an agent needs to know. It omits return-value details, but those are irrelevant since the tool is not for agent use.

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?

The schema already fully describes the pin parameter as a dynamic 4-digit key. The description only adds that the PIN comes from the user keypad, which is minor context and does not significantly enhance understanding of the parameter.

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 receives a PIN and returns an authorization result, and explicitly marks it as internal to the widget, which distinguishes it from the sibling loan-processing tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly instructs that the agent must NOT invoke the tool, which is the ultimate usage guideline. This clearly signals when not to use it and provides no ambiguity about its intended caller.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dponcedeleonf/demo-app-mcp-prestamo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server