Skip to main content
Glama
parseen254

daraja-mcp

by parseen254

check_sim_swap

Fetch the date a phone number was last SIM-swapped to identify recent swap activity and mitigate fraud before making disbursements.

Instructions

Return the date a number was last SIM-swapped. A recent swap is a strong fraud signal; check this before disbursing to an unfamiliar number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneNumberYesNumber to check.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the output (a date) and the rationale (fraud signal), but it does not disclose behavior for invalid or unknown numbers, potential errors, or whether this is a read-only operation. For a simple lookup, this is adequate but not detailed.

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-loaded with the primary purpose, and contains no filler. The second sentence adds practical usage context without bloat, making it an example of efficient writing.

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?

For a single-parameter lookup tool with no output schema, the description gives the core purpose and a use case, but it does not describe the return value's structure or edge cases (e.g., no swap ever, invalid number). This is minimally viable but leaves the agent to guess response details.

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 covers 100% of the parameter (phoneNumber) with 'Number to check.' The description does not add any extra meaning or format guidance (e.g., E.164 format), so it relies entirely on the schema. This meets the baseline but does not enrich parameter understanding.

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 uses a specific verb ('Return') and a clear resource ('the date a number was last SIM-swapped'), and it distinguishes itself from sibling tools like check_age_on_network by focusing on SIM swap events. It also adds the fraud-signal context, making the purpose unmistakable.

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?

It provides explicit when-to-use guidance: 'check this before disbursing to an unfamiliar number.' This gives a clear operational context. However, it does not mention alternatives or when not to use the tool, keeping it just below the highest bar.

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/parseen254/daraja-mcp'

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