Skip to main content
Glama
scoringengine

Scoring Engine MCP Server

Official

admin_update_property

Update property name/value pairs to adjust competition configuration. White team only for managing scoring engine settings.

Instructions

Modify property name/value pairs. White team only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProperty name
valueYesProperty value
property_idYesID of the property
Behavior3/5

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

No annotations are present, so the description carries the burden. It discloses that the tool mutates ('Modify') and restricts access ('White team only'), which are useful behavioral traits, but it does not explain reversibility, return values, or side effects.

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 a single concise sentence with the key verb, resource, and access restriction. No extraneous words; it is front-loaded.

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

Completeness2/5

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

With no output schema and minimal description, the agent lacks context about what happens on update, whether the property must exist, or what response to expect. The 3-parameter mutation tool needs more detail to be fully contextual.

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 coverage is 100%, with all three parameters described ('Property name', 'Property value', 'ID of the property'). The description adds no additional semantic details beyond the schema, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'Modify' and identifies the resource as 'property name/value pairs,' clearly indicating the tool updates key-value properties. It is distinct from siblings like admin_update_host, though 'property' vs 'setting' could be ambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives such as admin_update_setting or admin_update_host. 'White team only' is an access restriction, not usage context.

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/scoringengine/scoringengine-mcp'

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