Skip to main content
Glama

le_set_player_sharpness

Adjust a player's sharpness between 0 and 100 in Career Mode, improving their form and match performance.

Instructions

Set player sharpness (0-100). Career Mode only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
playerNoPlayer name (if ID not provided).
playeridNoPlayer ID.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the allowed range (0-100) and mode restriction (Career Mode only), but does not mention potential side effects or performance impacts. Adequate for a simple setter.

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?

A single, front-loaded sentence with no wasted words. Efficiently conveys purpose, range, and context.

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?

For a simple 3-parameter tool with no output schema, the description covers the essential aspects. It could be improved by specifying that one of 'player' or 'playerid' is required, but overall it is nearly complete.

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

Parameters3/5

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

Schema covers 67% of parameters with descriptions. The description adds the range constraint for 'value' (0-100) which is missing from schema. However, it does not clarify that either 'player' or 'playerid' must be provided, leaving ambiguity.

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 action ('Set') and resource ('player sharpness'), includes a valid range (0-100), and specifies it applies only to Career Mode. This distinguishes it from sibling tools like le_set_player_fitness.

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

Usage Guidelines3/5

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

The description implies usage in Career Mode only but does not explicitly state when to use this tool versus alternatives like le_set_player_fitness or le_set_player_form. No exclusions or alternatives are mentioned.

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/INSANE0777/Fc26-live-editor-mcp'

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