Skip to main content
Glama
ktmcp-cli

frankiefin

by ktmcp-cli

UpdateCheckEntityPushToMobile

Updates an entity's information and sends a self-verification link to the user's mobile phone to complete identity verification.

Instructions

Update 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.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It names two actions (update and push) but does not explain side effects, permissions, whether the pushed link replaces a previous one, or what 'push to mobile' actually entails. This is a minimal summary, not a transparent behavioral description.

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 economical phrase with no filler, and it places the primary action first. For a tool with no parameters, this is appropriately concise.

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?

The definition is minimally viable for a zero-parameter tool: an agent can grasp the general operation. However, it lacks context about the mobile destination, prerequisites, and the exact entity-state change, and there are no annotations or output schema to fill those gaps.

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 input schema is empty and there are zero parameters, so there are no parameter semantics for the description to add. The zero-parameter baseline of 4 applies, and no further parameter documentation is needed.

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 uses a clear action phrase ('Update Entity and Push Self-Verification Link') and names the outcome, so an agent can identify the core operation. It partially distinguishes from related sibling tools like UpdateCheckEntity by adding the push action, though it does not explicitly mention the 'CheckEntity' target and could be more precise.

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?

No guidance is provided about when to use this tool versus alternatives such as UpdateCheckEntity or CreateCheckEntityPushToMobile. The intended usage is only implied by the tool name and short description; there are no preconditions, exclusions, or alternative-selection clues.

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