Skip to main content
Glama
jedi-knights

jk-mcp-ecnl

Official
by jedi-knights

get_team_rpi

Read-onlyIdempotent

Calculate a team's RPI for ECNL soccer events, providing a detailed breakdown of the rating components.

Instructions

Compute one team's RPI with its component breakdown.

Args: event_id: Numeric event ID (e.g. 3933). flight_id: Flight ID from get_event_overview. team: Team name (or a distinctive part of it), case-insensitive. tie_weight: WP tie value — 1/3 (default) or 0.5 (pre-2024).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYes
event_idYes
flight_idYes
tie_weightNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations declare read-only, idempotent, non-destructive, and open-world hints. Description adds case-insensitivity for team name, partial matching, and tie_weight variations. No contradictions.

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?

One-sentence summary followed by a clear, bullet-like argument list. Every sentence adds value, no redundancy. Front-loaded with core purpose.

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

Completeness5/5

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

Output schema exists, so return structure is already documented. Input parameters are fully described. No gaps given the tool's complexity (4 parameters, 3 required, one with default).

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining each parameter: event_id (example), flight_id (source), team (case-insensitive, partial match), tie_weight (default and alternative).

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?

Explicitly states verb 'Compute', resource 'one team's RPI', and outcome 'component breakdown'. Clearly distinguishes from sibling `get_rpi` by focusing on a single team.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides detailed parameter semantics with examples and defaults. However, does not explicitly state when to prefer this tool over `get_rpi` or other siblings, nor when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jedi-knights/jk-mcp-ecnl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server