Skip to main content
Glama
artgas1

xmlriver-mcp

by artgas1

get_tariff

Read-onlyIdempotent

Retrieve your current XMLRiver tariff plan name: Basic, Pro, Mega, or Giga.

Instructions

Get current XMLRiver tariff name.

Tariffs:

  • 'Basic' — pay-as-you-go, no prepay, 25 ₽ per 1k requests

  • 'Pro' — 5000 ₽/mo prepay, 20 ₽ per 1k

  • 'Mega' — 15000 ₽/mo prepay, 15 ₽ per 1k

  • 'Giga' — 50000 ₽/mo prepay, 12 ₽ per 1k

Returns: Dict with tariff (str) or isError.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already provide readOnlyHint, destructiveHint, and idempotentHint. The description adds specific tariff names, pricing tiers, and return format (dict with tariff or isError), exceeding the behavioral disclosure burden.

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?

Very concise, well-structured with bullet points for tariffs, front-loaded main action, zero waste.

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

Completeness5/5

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

With 0 parameters and output schema present, the description adequately explains the tool's purpose and return value. It provides enough context for correct usage.

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?

No parameters exist, so baseline is 4. The description correctly indicates no input needed.

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

Purpose5/5

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

The name and description clearly state the verb 'get' and resource 'tariff name'. It distinguishes from sibling tools like get_balance, get_cost, and get_tariff_expire by focusing on the current tariff.

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

Usage Guidelines3/5

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

The description lists the possible tariff names and their costs, which helps interpret the result, but does not provide explicit guidance on when to use this tool vs alternatives (e.g., get_tariff_expire).

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/artgas1/xmlriver-mcp'

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