Skip to main content
Glama

finalize_disable_otp

Finalize disabling OTP on transfers by verifying the OTP sent to your business phone.

Instructions

Finalize the request to disable OTP on your transfers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
otpYesOTP sent to business phone to verify disabling OTP requirement
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It mentions 'finalize' and 'disable OTP' but does not disclose that this is a security-sensitive mutation, whether the action is irreversible, that an OTP is required (though schema shows it), or any effects on transfers. The description is too minimal to provide adequate transparency.

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 a single, front-loaded sentence with no unnecessary words. It efficiently conveys the tool's purpose and aligns with the schema. It earns its place without bloat.

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

Completeness3/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), the description covers the basic purpose. However, it lacks critical workflow context—namely, that this finalizes an earlier disable request and that the OTP is a verification step. This gap is notable but not fatal for a simple tool, so a middle score is appropriate.

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 input schema provides 100% coverage of the single parameter 'otp' with a clear description ('OTP sent to business phone to verify disabling OTP requirement'). Per the baseline rule, high schema coverage merits a score of 3; the tool description adds no additional parameter semantics beyond what the schema already provides.

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?

The description clearly states the action ('Finalize the request to disable OTP on your transfers') with a specific verb and resource. It implies a multi-step process via the word 'finalize,' but it does not explicitly name the initiating sibling tool (e.g., disable_transfers_otp), so it falls short of full distinction.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It implies that a prior disable request exists, but does not state that disable_transfers_otp should be called first, nor any conditions or prerequisites. This leaves the agent without clear usage context.

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/kohasummons/paystack-mcp'

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