Skip to main content
Glama
theYahia

@theyahia/gigachat-mcp

by theYahia

chat

Generate AI text responses with GigaChat, enabling multi-turn dialogues and system prompts for context-aware interactions.

Instructions

Генерация текста через GigaChat. Поддерживает диалог с системным промптом.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoМодель GigaChat (GigaChat, GigaChat-Plus, GigaChat-Pro)GigaChat
top_pNoTop-p sampling
messagesYesМассив сообщений диалога
max_tokensNoМаксимальное количество токенов
temperatureNoТемпература генерации (0–2)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.0.1

TDQS

B3.1/5.0
Behavior2/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. It mentions support for dialogue with a system prompt, but does not disclose typical behavioral aspects such as authentication needs, rate limits, token usage, side effects, or response format. The description is too thin for a tool with zero annotation coverage.

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 a single concise sentence that front-loads the primary purpose and includes a key feature (dialogue support). It has no fluff, though it could have expanded on behavior without losing conciseness.

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?

The tool has no output schema and no annotations, so the description must explain return values and other contextual details. It does not mention what the tool returns or how to handle responses. For a tool with 5 parameters, the description is too sparse to be fully self-contained.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all parameters (model, top_p, messages, max_tokens, temperature) with descriptions. The description adds no additional semantic detail beyond what the schema provides, so the baseline score of 3 applies.

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 description states a clear verb ('генерация текста') and resource ('GigaChat'), and distinguishes itself from siblings like generate_image and embed_text. The mention of dialogue with system prompt further refines its scope.

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 gives no guidance on when to use this tool versus alternatives. It does not mention any conditions, exclusions, or sibling comparison. While the name 'chat' implies conversational use, there is no explicit direction.

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