Skip to main content
Glama
Gatoco
by Gatoco

config

Retrieve the full configuration or set a single persisted setting to customize the MCP server's behavior.

Instructions

Get the full config, or set one persisted field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
valueNo
actionNoget

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose a meaningful side effect: values can be persisted. However, it does not explain how the action parameter selects get vs set, whether writes are reversible, or what the response looks like.

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?

One compact, front-loaded sentence with no filler. It is efficient, but the brevity sacrifices important parameter and action details, making it slightly under-specified rather than optimally concise.

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?

Given no annotations, no output schema, and three undocumented parameters, the description is not enough for a caller to correctly construct arguments. Missing action semantics, required fields for the set path, and return format leave significant gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to explain key, value, and action. It vaguely implies full config means no key/value and setting a field means providing a key/value, but it never mentions the action parameter, which is essential because it defaults to 'get'.

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?

States specific operations: 'Get the full config' or 'set one persisted field', which clearly identifies the resource and actions. It does not explicitly distinguish the tool from siblings like list or index, but the get/set purpose is unambiguous.

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 given about when to use config instead of sibling tools such as list, index, query, search, delete, or stats. There is an implied use case, but no explicit conditions, exclusions, or alternatives are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools