Skip to main content
Glama
ktmcp-cli

frankiefin

by ktmcp-cli

WatchlistEntity

Update an entity's watchlist status to manage identity verification checks against national databases.

Instructions

Set Entity Watchlist State.

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

C2.6/5.0
Behavior2/5

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

There are no annotations, and the description only says 'Set,' which implies a mutation without explaining side effects, permissions, reversibility, or what the state change actually does. The description does not disclose whether this is a simple flag toggle, a monitored state change, or an action with downstream consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and front-loaded, but it is under-specified rather than helpfully concise. It adds almost no information beyond what could be guessed from the tool name, so it does not earn its place as a meaningful explanation.

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?

Despite having no parameters and no output schema, the tool is semantically ambiguous enough that more context is needed. There is no mention of what 'watchlist state' means, what the expected result is, or how the target entity is identified. The description is not complete enough for an agent to confidently invoke the tool correctly.

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 no parameters to document, so the baseline for parameter semantics is 4. The description adds no parameter meaning, but that is acceptable because there are no parameters to explain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific action and resource (set watchlist state for an entity), so it is not a pure tautology. However, it is vague: it does not say whether this adds the entity to a watchlist, removes it, toggles it, or what state values are possible. It also does not distinguish itself from similar sibling tools like BlacklistEntity or UpdateEntityState.

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. With many sibling tools that operate on entities, such as BlacklistEntity, FlagDuplicateEntity, and UpdateEntityState, the agent has no basis for selecting WatchlistEntity over those tools.

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