Skip to main content
Glama
narkov

Privat24 Business MCP Server

by narkov

Verify Privat24 Business token

privat24_business_auth

Check whether your Privat24 Business API token is valid by calling the statements settings endpoint. Use this auth verification when configuring or troubleshooting access.

Instructions

Calls the statements settings endpoint to verify token access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the full behavioral burden, but it only says an endpoint is called and access is verified. It does not disclose whether the call is read-only, what a successful or failed verification returns, or whether any credentials or setup are required beyond the token.

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 one compact, front-loaded sentence with a clear action and purpose. There is no filler or repetition of the title.

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?

For a no-parameter tool this is nearly sufficient, but without an output schema the agent is not told what the verification returns or how to interpret the response. The mention of the endpoint gives some context, but the outcome semantics are left implicit.

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 there is no parameter documentation gap. The baseline for a zero-parameter tool is 4, and the description adds nothing needed about inputs.

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 specific verb and resource: 'verify token access' by 'calls the statements settings endpoint.' It distinguishes itself from data-returning siblings like get_transactions or create_payment because this is an authentication check rather than a data operation, though it does not explicitly contrast with privat24_business_get_settings.

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?

There is no statement about when to run this check (e.g., before calling Privat24 business endpoints) or when not to use it. It also names no alternative tools or conditions, leaving the agent to infer that auth is a precursor to other operations.

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/narkov/privat24-business-mcp-server'

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