Skip to main content
Glama

Hydracept

Clear project adapter default

hydracept_clear_adapter_default

Clear the project/environment image adapter default. Omitted project/environment arguments inherit the authenticated workspace binding. This does not alter the alias or its immutable history; clearing an environment override may reveal an inherited project-wide default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNo
environmentNo
capability_keyNoimage.generate.v1

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the operation does not alter the alias or its immutable history, and that clearing an environment override may reveal an inherited project-wide default. This gives useful side-effect context. However, it does not mention permissions, reversibility, or what happens to the default after clearing beyond the inherited possibility. Partial transparency is present but not exhaustive.

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 three sentences, concise and front-loaded with the core action. Each sentence adds relevant detail: the action, the inheritance behavior, and the non-destructive nature regarding alias/history. No fluff or redundancy, striking a good balance between brevity and necessary context.

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 3 optional parameters, no annotations, and an output schema (not shown but present), the description covers key behavioral aspects but leaves gaps. It explains the inheritance behavior and the potential to reveal an inherited default, but does not explain capability_key usage, error conditions, or the full scope of what is cleared. The presence of an output schema offsets the need to describe return values, but the description is not fully complete for an agent to invoke correctly without prior domain knowledge.

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 must compensate for parameter explanations. It addresses project_id and environment by explaining that omitted arguments inherit the workspace binding, but it does not explain the semantics of capability_key at all. The description adds some meaning for two of the three parameters but leaves the third entirely undocumented, failing to fully compensate for the schema gap.

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 action: 'Clear the project/environment image adapter default.' It specifies the resource (project/environment image adapter default) and the action (clear). It is not a tautology and distinguishes from the sibling 'hydracept_set_adapter_default' by its verb, though it does not explicitly reference the alternative. The nuance about omitted arguments and inherited workspace binding adds clarity.

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 provides some usage context: it explains behavior when arguments are omitted ('Omitted project/environment arguments inherit the authenticated workspace binding') and notes that clearing an environment override may reveal an inherited project-wide default. However, it does not explicitly state when to use this tool versus alternatives like 'hydracept_set_adapter_default', nor does it mention any exclusions or prerequisites. Guidance is implied but not explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.