Skip to main content
Glama
jedi-knights

jk-mcp-ecnl

Official
by jedi-knights

find_events

Read-onlyIdempotent

Get event IDs for ECNL or ECRL conferences. Filter by league, gender, and season to find specific events.

Instructions

Find ECNL or ECRL events (conferences) and their event IDs.

This is the starting point: it maps a human description to the numeric event IDs every other tool needs. Filter by any combination of league, gender, and season. With no arguments it returns all current events.

Args: league: "ECNL" or "ECRL" (the ECNL Regional League). Omit for both. gender: "girls" or "boys". Omit for both. season: Season label like "2025-26". Omit for all seasons present.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genderNo
leagueNo
seasonNo

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 and idempotentHint. Description adds useful context about being a look-up tool and default return all current events, but doesn't contradict or add major behavioral insights.

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?

Well-structured with a brief intro and Args section. Every sentence is necessary and concise without fluff.

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?

Given the output schema exists (not shown), description covers purpose, parameters, and workflow linkage. Complete for an agent to use effectively.

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?

Schema has 0% coverage; description fully compensates by defining each parameter's allowed values and omissions (e.g., league: 'ECNL' or 'ECRL', omit for both).

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?

Clearly states it finds ECNL or ECRL events and returns event IDs. Differentiates from siblings as the starting point for mapping human descriptions to numeric IDs.

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

Usage Guidelines5/5

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

Explicitly positions itself as the starting point, explains that event IDs are needed for other tools, and describes filtering options and default behavior with no arguments.

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