Skip to main content
Glama
theYahia

@theyahia/tgstat-mcp

by theYahia

list_countries

Lists available country codes, with an optional language parameter to return country names in Russian or English.

Instructions

List available country codes (use as the country filter in search).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language for namesru

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.0.0

TDQS

A3.6/5.0
Behavior2/5

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

There are no annotations, and the description does not disclose behavioral traits such as side effects, read-only nature, or any impact. As a simple list operation, it likely has none, but the lack of any statement leaves this ambiguous.

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 a single, clear sentence that directly states the purpose and usage context without any unnecessary details.

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

Completeness4/5

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

The tool is simple and the purpose is clear; the description does not need to detail the output schema since the return type (list of country codes) is obvious from the action. It is complete for a tool of this simplicity.

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?

The parameter 'lang' is already described in the schema with an enum and default, and the description adds no further meaning beyond what is present. The schema coverage is high, so the baseline 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 clearly states the tool lists available country codes and explicitly ties it to the 'country' filter in search, distinguishing it from sibling enumeration tools like list_categories and list_languages.

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?

It provides a usage context ('use as the country filter in search') but does not explicitly mention when to use it instead of alternatives or when not to use it. No comparison with sibling list tools is given.

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