Skip to main content
Glama
ktmcp-cli

frankiefin

by ktmcp-cli

EntityMonitoring

Update an entity's ongoing AML monitoring status to ensure continuous compliance with anti-money laundering regulations.

Instructions

Set Entity Ongoing AML Monitoring Status.

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?

No annotations are provided, so the description carries the full behavioral burden, but it only states 'Set ... Status.' It not disclose whether this activates or deactivates monitoring, whether it is reversible, whether an existing entity is required, or what side effects occur.

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?

One short sentence with no wasted words and the action word first. It earns conciseness credit, though the brevity contributes to the underspecified behavior.

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 mutation-like tool with no annotations, no output schema, and no parameters, this description is underspecified: an agent can't know what status values are possible, what the response will be, or what preconditions exist. The shape is simple, but completeness still falls short.

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 (0 parameters), so there are no parameter meanings to explain; the 0-param baseline of 4 applies. The description does not need to add anything 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?

Uses a specific verb 'Set' with a specific resource ('Entity Ongoing AML Monitoring Status'), which makes the core action clear and separates it from query-focused siblings. However, 'Status' is vague (enable or disable? what values?) and the description doesn't explicitly contrast with closely related list/watchlist mutators, so it isn't a perfect 5.

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?

Description offers no guidance on when to pick this tool over siblings like UpdateEntityState, WatchlistEntity, or BlacklistEntity. No exclusions, no alternate-routing statements, only the name's implicit suggestion.

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