Skip to main content
Glama
gowtham-vimalan

FPL Advisor MCP Server

recommend_captain

Select the best captain for your Fantasy Premier League team by providing your current player list.

Instructions

Pick the best captain from your FPL team.

Args: team_json: JSON array of player names currently in your team, e.g. '["Erling Haaland", "Mohamed Salah"]'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description carries the full burden. It does not disclose how the best captain is chosen, whether it uses external data, or any side effects. For a pure recommendation tool, this is a notable gap.

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 front-loaded with the core purpose. The Args section is minimal and directly relevant, with no filler content.

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

Completeness4/5

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

Given the tool's simplicity and the existence of an output schema, the description covers the essential input semantics and purpose. However, it lacks any note on the algorithm or data used for 'best', which would enhance completeness.

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?

The schema only provides the type as string, but the description adds meaningful semantics: it specifies the input is a JSON array of player names and gives an example. This compensates for the 0% schema coverage, though it doesn't cover edge cases like invalid JSON or empty arrays.

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 clearly states the tool's action ('Pick the best captain') and the resource (the user's FPL team). It distinguishes itself from siblings like recommend_transfer and find_differentials by focusing on captain selection.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus recommend_transfer or find_differentials. The description only states what it does, not the context or exclusions.

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/gowtham-vimalan/FPL-ADVISOR-MCP'

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