Skip to main content
Glama

claude_opus_5_chat

LLM-чат: Anthropic Claude Opus 5 (флагман Anthropic) через AnyModel. Промпт -> ответ модели. $0.05 USDC за вызов, вход ~40K токенов, выход до 4096.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYes
extraYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

B3.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden, and it delivers useful operational detail: $0.05 USDC per call, ~40K input token limit, and 4096 output token cap. It stops short of mentioning auth prerequisites or error behavior, but the disclosed cost and limits are genuinely valuable.

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?

The description is compact, starts with the model name, and packs cost and token limits into a short sentence without fluff. There is no redundant structure or unnecessary elaboration.

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 tool with no annotations and an empty schema, the description must explain how to invoke it correctly. It covers the high-level behavior but omits the crucial mapping of the two required nested parameters and gives no response-format details beyond 'model response'.

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?

The schema contains only opaque args and extra objects with additionalProperties true and 0% description coverage. The description does not explain which field carries the prompt, what extra is for, or how model parameters should be passed. It adds no meaningful parameter-level semantics.

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?

Description explicitly identifies this as an LLM chat tool for Anthropic Claude Opus 5, with a clear prompt->response flow and the AnyModel provider. It also distinguishes itself from the GPT-based sibling chat tool by naming the exact model family.

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 implies usage for sending prompts to Claude, but gives no direct guidance on when to prefer this tool over gpt_5_6_sol_chat or any other sibling. There are no exclusions or alternative-rounting hints.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation4/5

The server splits cleanly into INN, Pochta, and RU research domains, and most tools have a distinct purpose. The main confusion risk is pochta_delivery_time vs pochta_tariff, since tariff also includes delivery time, and pochta_offices vs pochta_zip when both are used for index lookup.

Naming Consistency4/5

Names are consistently lowercase snake_case with clear domain prefixes: inn_, pochta_, ru_. However, the naming is not perfectly uniform because some names are verbs like lookup/track/search, while others are nouns like offices/tariff/zip.

Tool Count4/5

11 tools is a reasonable scope for three covered areas: Russian company lookup, postal services, and Cyrillic search/research. The count is not excessive, but there is enough similarity between a few tools that the set could be slightly trimmed without losing capability.

Completeness4/5

The Pochta domain is well covered: address normalization, tariffs, delivery times, offices, and tracking are all present. For a read-only RU data API, no critical dead ends are obvious, though the broad 'RU data' scope could plausibly include more data sources beyond INN, postal, and web search.

Resources