Skip to main content
Glama
dkanster

Samotpravil MCP

by dkanster

create_authkey

Destructive

Creates an authentication key for a given blocklist ID, with optional IP allowlist and a dry-run option to see the API request without executing it.

Instructions

POST /api/v2/authkey/create — WhiteLabel (Python SDK parity)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNoПоказать запрос без отправки на API
blist_idYes
check_ipsNo
allowed_ipsNo
Behavior1/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false, but the description adds no context about the destructive nature, required permissions, or side effects. It simply repeats the endpoint and 'Python SDK parity', which is not behaviorally informative.

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 very short, but this is under-specification rather than conciseness. The single line provides minimal value and does not structure information effectively for an agent.

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

Completeness1/5

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

With 4 parameters, no output schema, and a destructive hint, the description must explain what the tool does, when to use it, and what to expect. It only gives an endpoint and a reference to SDK parity, which is completely inadequate for correct tool selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25% (only dry_run has a description). The tool description does not explain any parameters, including required blist_id, check_ips, or allowed_ips. It fails to compensate for the sparse schema documentation.

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

Purpose2/5

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

The description is just 'POST /api/v2/authkey/create — WhiteLabel (Python SDK parity)'. It identifies an endpoint but does not state what the tool does (e.g., create an authentication key). The name hints at creation, but the description itself is cryptic and fails to specify the action or resource clearly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like get_authkey or create_blist. There is no mention of prerequisites, typical use cases, or when to avoid it.

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/dkanster/samotpravil-api-mcp'

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