Skip to main content
Glama
brs077
by brs077

set_feed_override

Adjust the feed rate override percentage for CNC machine operations. Set values from 10% to 200% to control cutting speed during machining processes.

Instructions

Adjust feed rate override (10-200%)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesFeed rate override percentage (10-200)
Behavior2/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 the action ('Adjust') but doesn't clarify whether this is a real-time command, requires specific permissions, has side effects (e.g., affecting ongoing jobs), or what happens on success/failure. For a machine control tool, this is a significant gap in safety and operational context.

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, efficient sentence that directly states the tool's function without any redundant words. It is appropriately sized and front-loaded, making it easy to parse quickly.

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 the complexity of machine control (with siblings indicating operations like emergency_stop, jog, etc.), no annotations, and no output schema, the description is incomplete. It fails to address critical aspects like error conditions, real-time implications, or integration with other tools (e.g., should feed_hold be used first?), leaving the agent with insufficient context for safe and effective use.

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 schema description coverage is 100%, with the parameter 'value' fully documented in the schema as a percentage with min/max bounds. The description adds no additional semantic context beyond what the schema provides, such as units clarification or typical usage values, so it meets the baseline for high schema coverage.

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 ('Adjust') and resource ('feed rate override') with a specific range (10-200%), making the purpose unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'set_spindle_override', which has a similar naming pattern and likely adjusts a different machine parameter.

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 provided on when to use this tool versus alternatives or in what context it should be applied. The description lacks any mention of prerequisites, such as machine connection status or operational state, which are critical for CNC/machine control tools.

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/brs077/CNC-design-control-MCP'

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