Skip to main content
Glama
scoringengine

Scoring Engine MCP Server

Official

admin_update_setting

Update administrative settings like blue team permissions and page content. Restricted to white team access.

Instructions

Update various settings like blue team permissions, about page content, etc. White team only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesNew value for the setting
settingYesSetting name (e.g., 'blueteam_edit_hostname', 'blueteam_edit_port', 'blueteam_edit_account_usernames', 'blueteam_edit_account_passwords', 'blueteam_view_check_output', 'about_page_content', 'welcome_page_content')
Behavior3/5

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

The description discloses 'White team only' as an access restriction, adding behavioral context beyond the schema. However, with no annotations, it fails to mention side effects, reversibility, or return behavior of the update, which is a notable gap for a mutation tool.

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 a single sentence that is efficient and front-loaded with the action and resource. It avoids unnecessary fluff, though 'various' is slightly filler and could be more specific.

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

Completeness3/5

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

For a tool with only two parameters and no output schema, the description is minimally adequate. It gives an access constraint and examples, but omits any mention of success/failure behavior or side effects, which would be useful for an update operation.

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?

The input schema already provides descriptions for both parameters, including a list of valid setting names, so schema coverage is 100%. The description adds little beyond restating 'update settings' and does not provide additional syntax or format details.

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 clearly states the tool updates settings, with examples like blue team permissions and about page content, distinguishing it from other admin_update_* tools that target hosts, ports, or checks. However, 'various settings' is somewhat vague and does not enumerate all possible settings, making the purpose clear but not fully precise.

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?

It implies this tool is for updating settings without a more specific dedicated tool (e.g., admin_update_host, admin_update_port) but does not explicitly compare to alternatives or state when not to use this tool. The 'White team only' note gives access guidance but not usage alternatives.

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