Skip to main content
Glama
ktmcp-cli

frankiefin

by ktmcp-cli

CreateCheckEntityPushToMobile

Creates an identity verification check and pushes a self-verification link to the user's mobile, validating name, address, and date of birth against national databases.

Instructions

Create Entity and Push Self-Verification Link

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description must disclose side effects and behavioral traits, but it only states high-level actions ('Create' and 'Push'). It does not mention whether this sends a real notification, whether it is idempotent, what permissions are needed, whether it mutates existing data, or what happens after the link is pushed.

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 description is very short and contains no filler words, putting the primary action first. It is more of a title fragment than a complete sentence, which slightly reduces clarity but does not waste space.

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

Completeness2/5

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

For a tool with side effects, no annotations, no output schema, and many closely related siblings, this description is too thin. An agent cannot tell what input context is used, what success looks like, what side effects occur, or how this differs from the alternative entity/check tools.

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 schema has zero parameters and 100% coverage, so the description does not need to explain parameter meanings. The baseline for a zero-parameter schema is 4, and the description does not contradict or add confusion about parameters.

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 names a specific action ('Create Entity') and an additional outcome ('Push Self-Verification Link'), so it is not a tautology and gives a basic sense of what the tool does. However, it does not distinguish this tool from the many sibling tools such as CreateEntity or CreateCheckEntity, and it omits the 'Check' and 'Mobile' elements present in the tool name.

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 guidance on when to use this tool versus alternatives like CreateEntity, CreateCheckEntity, or UpdateCheckEntityPushToMobile. There are no exclusions, preconditions, or hints about which scenario should route an agent here.

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

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/ktmcp-cli/frankiefin'

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