Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

nrl_application_settings

Fetches current-season NRL competition list, stat-grid layouts, and UI components to identify active competitionIds and official statistics.

Instructions

NRL match-centre application config: the current-season competition list (competitionList), stat-grid column layouts (dataGrids), UI components and team/competition image paths. Handy for discovering the active competitionIds and which statistics the official site surfaces.

Returns: {applicationInfo, userInfo, competitionList, components, dataGrids, shellGroups}

Example: Current NRL competition list + stat-grid config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It accurately describes the tool as returning configuration data and lists the return structure. It does not mention side effects, auth, or rate limits, but for a parameterless config retriever, the description is sufficiently transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise (three sentences) and well-structured: it starts with the main purpose, lists contents, explains utility, and provides return format. It could be slightly shorter, but it's effective.

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 tool has no parameters and no output schema, the description is complete. It explains what the tool does, what it returns (including a sample return structure), and provides an example use case. There are no missing details.

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

Parameters4/5

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

There are no parameters, so baseline is 4. The description adds value by detailing the return fields (applicationInfo, userInfo, competitionList, etc.), which compensates for the lack of schema parameters.

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 states 'NRL match-centre application config' and lists specific contents (competitionList, dataGrids, UI components, image paths). It clearly distinguishes from siblings by mentioning 'discovering active competitionIds and statistics,' which is unique among NRL tools like nrl_competitions or nrl_match.

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 says 'Handy for discovering the active competitionIds and which statistics the official site surfaces,' giving a clear usage context. However, it does not explicitly state when not to use it or name alternatives, which would earn a 5.

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/DanielTomaro13/sportsdata-mcp'

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