Skip to main content
Glama
kud

@kud/mcp-harness-fme

by kud

create_rule_based_segment_change_request

Submit a change request for a rule-based segment definition, initiating an approval workflow with specified approvers.

Instructions

Submit a change request for a rule-based segment definition — supports approval flow via approvers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesChange request title
commentNoOptional comment for the change request
approversNoEmail addresses of approvers
workspace_idYesThe workspace ID
environment_idYesThe environment ID or name
operation_typeYesChange operation type (e.g. UPDATE)
rule_based_segmentYesThe segment definition to apply as a JSON string
Behavior2/5

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

No annotations provided; the description only says 'submit' and 'supports approval flow'. It lacks details on side effects (e.g., pending state), permissions, or what happens after submission. For a mutation tool, more behavioral context is needed.

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 sentence, front-loading the main action and then the approval flow support. It is concise without waste, though it could be slightly more structured (e.g., splitting purpose and behavior).

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?

With 7 parameters and no output schema, the description is too brief. It does not explain what the tool returns (e.g., change request ID), the approval process (e.g., emails sent, pending status), or how to check status. This is insufficient for full understanding.

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 coverage is 100%, so the schema describes each parameter. The description adds that the tool is for change requests and approvals, which gives context but does not explain parameter nuances like the format of 'rule_based_segment' or valid 'operation_type' values. Baseline 3 is appropriate.

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 'Submit' and the resource 'change request for a rule-based segment definition'. It distinguishes from sibling tools like 'create_rule_based_segment' (direct create) by specifying the approval flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It mentions 'supports approval flow via approvers', implicitly indicating use when approval is needed. However, it does not explicitly state when not to use this tool or name alternatives like 'update_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