Skip to main content
Glama
Space-C0wboy

ReliaQuest GreyMatter MCP Server

by Space-C0wboy

add_children_to_case

Add child items to a case for granular tracking by specifying the case ID and child type (e.g., Discover Task).

Instructions

Cases · mutation addChildrenToCase. Variables: input. Example variables: {"input":{"caseId":"","children":{"childId":"","childType":"DISCOVER_TASK"}}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesGraphQL: AddChildrenToCaseInput!
customer_slugNoOverride the x-reliaquest-customer (OpCo) header.
Behavior2/5

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

With no annotations, the description must disclose behavior, but it only says 'mutation' and gives an example. It does not mention whether the operation is additive/idempotent, what permissions are required, what side effects occur, or what the response contains. The mutation status is already evident from the operation name.

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 very brief and front-loaded with the operation domain and mutation name. The example is compact and useful, though the 'Variables: input' line adds little beyond the schema.

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?

For a mutation with no annotations, output schema, or nested schema details, the description is incomplete. It gives an example payload but omits semantics, constraints, return values, and error/edge-case behavior, so an agent would likely need to make assumptions before invoking it.

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

Parameters4/5

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

The schema provides only a GraphQL type reference for input, so the example variables add essential structure: input.caseId, input.children.childId, and input.children.childType. This compensates for the opaque schema, though only one childType example (DISCOVER_TASK) is shown and customer_slug is not addressed in the description.

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 identifies the operation as 'mutation addChildrenToCase' and provides an example payload with caseId and childType DISCOVER_TASK, making the core action of adding child objects to a case discernible. It lacks a plain-language explanation of 'children' and does not explicitly contrast with related case mutations, but the verb+resource mapping is reasonably clear.

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 about when to use this tool versus alternatives such as remove_child_from_case or add_case_comment. The description only labels the operation and shows an example; there are no conditions, prerequisites, or exclusions.

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/Space-C0wboy/Reliaquest-Greymatter-MCP-Server'

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