Города
citiesList available locations used in ss.ge listings and fetch the current USD/GEL exchange rate.
Instructions
Города, по которым ss.ge ведёт выдачу, и текущий курс USD/GEL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
citiesList available locations used in ss.ge listings and fetch the current USD/GEL exchange rate.
Города, по которым ss.ge ведёт выдачу, и текущий курс USD/GEL.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden, and it does disclose the returned data points. However, it omits any note on read-only safety, data freshness, currency source, caching, or authentication needs for what appears to be a simple reference lookup.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no filler. It efficiently communicates both returned values and earns every word.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Because there is no output schema, the description must state what is returned, and it names both the city list and the USD/GEL rate. For a zero-parameter reference tool this is nearly complete, though missing update frequency or currency source leaves a small gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the schema or description to document. The baseline for a parameterless tool applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the two things returned: cities where ss.ge has listings and the current USD/GEL rate. It is specific enough to distinguish from most siblings, though it does not explicitly contrast itself with the overlapping 'geo' tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given on when to use this tool versus alternatives such as 'geo' or 'listing'. The description only states what the tool returns, leaving usage conditions entirely to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.