Skip to main content
Glama
kud

@kud/mcp-harness-fme

by kud

disable_rule_based_segment_definition

Disable a rule-based segment from an environment, removing its rules while preserving workspace metadata. Cleanly remove segment definitions.

Instructions

Disable (remove) a rule-based segment from a specific environment — workspace-level metadata is preserved

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to execute the disable
segment_nameYesThe segment name
workspace_idYesThe workspace ID
environment_idYesThe environment ID or name
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses that workspace-level metadata is preserved, indicating the action is not a full deletion. However, it does not mention required permissions, side effects on treatments, or the need for confirmation, though confirm is noted in schema.

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, front-loaded sentence that efficiently conveys the action and key scope. It could be slightly more detailed but remains concise without superfluous content.

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?

The description is moderately complete for a tool with 4 parameters and no output schema. It explains the preservation of metadata but does not describe the return value, reversibility, or impact on other environments. The confirm parameter's importance is not emphasized in the description.

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?

Schema description coverage is 100%, so baseline is 3. The description does not add significant semantic value beyond what the schema already provides for parameters like workspace_id, environment_id, segment_name, and confirm. The confirm parameter's requirement is already explicit in schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'disable' and resource 'rule-based segment', specifies the scope 'from a specific environment', and distinguishes from siblings like delete_rule_based_segment by noting that workspace-level metadata is preserved.

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 does not provide explicit guidance on when to use disable versus delete or enable. It lacks when-not scenarios or referrals to alternative tools, which is a gap given the presence of siblings like delete_rule_based_segment and enable_rule_based_segment_definition.

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/kud/mcp-harness-fme'

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