Skip to main content
Glama
jedi-knights

jk-mcp-epl

by jedi-knights

get_strength_of_schedule

Read-onlyIdempotent

Calculate schedule difficulty: average points-per-game of opponents a team has already faced, with a per-opponent breakdown.

Instructions

Get a team's strength of schedule based on opponents already faced.

Returns the average current points-per-game of every opponent the team has played in completed matches, plus a per-opponent breakdown. Useful early in the season for "who has played the tougher schedule so far?" questions.

Args: team_id: ESPN numeric team ID (e.g. "18418" for Atlanta United FC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read operation. The description adds meaningful behavioral context by specifying that the calculation uses 'opponents already faced' in 'completed matches' and returns 'average current points-per-game' plus a 'per-opponent breakdown,' which is not evident from annotations alone.

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 concise and well-structured: the first line states the core purpose, the second explains the return value, the third gives a usage scenario, and the final line documents the argument. Every sentence adds value, and it avoids extraneous detail or repetition of the schema.

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?

The description provides sufficient context for a one-parameter read-only tool: it explains the computation logic, the return format (average + breakdown), and an example use case. Since the output schema exists, it need not detail return fields, but it does enough to fully orient an agent selecting this tool among siblings.

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?

The input schema provides only the parameter name and type (team_id as string), with 0% schema description coverage. The description fully compensates by explaining what team_id means ('ESPN numeric team ID') and giving a concrete example ('e.g. "18418" for Atlanta United FC'), making the parameter's format and usage clear.

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 starts with a specific verb+resource: 'Get a team's strength of schedule' and clearly defines the computation basis: 'based on opponents already faced.' It distinguishes itself from sibling tools like get_team_schedule by focusing on strength of schedule rather than listing fixtures, and clarifies the output: average points-per-game plus a per-opponent breakdown.

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?

The description provides context for when to use the tool: 'Useful early in the season for "who has played the tougher schedule so far?" questions.' It does not explicitly name alternatives or exclusion conditions, but the framing implies this tool is for schedule-difficulty analysis rather than raw schedule or match detail retrieval.

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-epl'

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