puan_durumu
Bir ligin güncel puan tablosu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lig | Yes | super-lig, 1-lig, premier-lig, la-liga, serie-a, bundesliga, ligue-1, sampiyonlar-ligi, avrupa-ligi, konferans-ligi |
Bir ligin güncel puan tablosu.
| Name | Required | Description | Default |
|---|---|---|---|
| lig | Yes | super-lig, 1-lig, premier-lig, la-liga, serie-a, bundesliga, ligue-1, sampiyonlar-ligi, avrupa-ligi, konferans-ligi |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral burden. It adds the qualifier 'güncel' (current) and indicates the output is a table, but it does not disclose output columns, freshness guarantees, or limitations. For a simple read-only standings lookup, this is acceptable, though not detailed.
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?
The description is a single short sentence with no filler words, and the key qualifier 'güncel' (current) is front-loaded. It is appropriately sized for a tool with only one parameter.
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?
For a low-complexity tool with one fully documented required parameter and no output schema, the description states the core return value: a league standings table. An agent can select and invoke the tool correctly; additional detail about table columns would be nice but is not essential.
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 input schema fully documents the single 'lig' parameter, listing the exact allowed league values, so the baseline is 3. The description adds no additional parameter-level meaning beyond what the schema already provides.
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 identifies the resource clearly: 'Bir ligin güncel puan tablosu' (a league's current standings table). It distinguishes itself from the sibling tools about matches, match details, radar reports, and recent team matches. However, it lacks an explicit verb such as 'get' or 'returns', so it falls short of the strongest phrasing.
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?
There is no explicit statement of when to use this tool versus alternatives, and no alternative tool is named. The description implies usage when a current league standings table is needed, and the sibling names make the contrast fairly obvious, but the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.