Skip to main content
Glama

Fix Deluge

deluge_fix

Fix Deluge syntax errors by applying safe, minimal changes. Choose minimal-change or readable style for code corrections.

Instructions

Apply safe, minimal Deluge syntax fixes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
styleNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1-beta.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 bears the responsibility for behavioral disclosure. It adds 'safe, minimal' and 'syntax' as qualifiers, which communicates conservative behavior and scope, but it does not state whether the code is modified in place or returned, how errors are handled, or what kinds of fixes are applied.

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, front-loaded sentence with no filler. It efficiently communicates the core purpose and the conservative nature of the tool.

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 that there are no annotations and no output schema, the description is too sparse. It does not explain what the tool returns, how the `style` parameter affects behavior, or when to choose this over sibling tools. An agent has enough to identify the general purpose but not enough to invoke it with full confidence.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not mention either `code` or `style`. It fails to explain the meaning of the style enum or when to choose 'minimal-change' versus 'readable', so the description provides no parameter-level value beyond the raw schema.

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 states a clear action ('Apply') and a specific resource ('Deluge syntax fixes'), and it is distinguishable from sibling tools like deluge_validate and deluge_explain. However, it does not explicitly say that the fixes are applied to the provided `code` input, leaving a small ambiguity about the exact target.

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?

There is no guidance on when to use this tool versus alternatives such as deluge_validate or deluge_explain. The use case is only implied by the word 'fixes', with no comparison, exclusions, or prerequisites.

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