Skip to main content
Glama
Space-C0wboy

ReliaQuest GreyMatter MCP Server

by Space-C0wboy

task

Fetch a specific work item by ID, including its comments and activity log, with options to filter, paginate, and order related records.

Instructions

Fetch a single task by id, including comments. Variables: after, filter, first, order, after1, filter1, first1, order1, after2, filter2, first2, order2, after3, filter3, first3, order3, after4, filter4, first4, order4, after5, filter5, first5, order5, after6, filter6, first6, order6, after7, filter7, first7, order7, after8, first8, after9, first9, after10, filter8, first10, order8, after11, filter9, first11, order9, after12, filter10, first12, order10, by. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"types":["CREATED"]},"first":10,"order":{"direction":"ASC","orderByList":["CREATED_AT"]},"after1":"T18w","filter1":{"customers":[""],"ids":[""],"name":"","pods":["<ID ...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byYesGraphQL: TaskBy!
afterNoGraphQL: String
firstNoGraphQL: Int
orderNoGraphQL: TaskActivityLogOrder
after1NoGraphQL: String
after2NoGraphQL: String
after3NoGraphQL: String
after4NoGraphQL: String
after5NoGraphQL: String
after6NoGraphQL: String
after7NoGraphQL: String
after8NoGraphQL: String
after9NoGraphQL: String
filterNoGraphQL: TaskActivityLogFilter
first1NoGraphQL: Int
first2NoGraphQL: Int
first3NoGraphQL: Int
first4NoGraphQL: Int
first5NoGraphQL: Int
first6NoGraphQL: Int
first7NoGraphQL: Int
first8NoGraphQL: Int
first9NoGraphQL: Int
order1NoGraphQL: AccessGroupOrder
order2NoGraphQL: PodOrder
order3NoGraphQL: RoleOrder
order4NoGraphQL: TaskCommentOrder
order5NoGraphQL: AccessGroupOrder
order6NoGraphQL: PodOrder
order7NoGraphQL: RoleOrder
order8NoGraphQL: AccessGroupOrder
order9NoGraphQL: PodOrder
after10NoGraphQL: String
after11NoGraphQL: String
after12NoGraphQL: String
filter1NoGraphQL: AccessGroupFilter
filter2NoGraphQL: PodFilter
filter3NoGraphQL: RoleFilter
filter4NoGraphQL: TaskCommentFilter
filter5NoGraphQL: AccessGroupFilter
filter6NoGraphQL: PodFilter
filter7NoGraphQL: RoleFilter
filter8NoGraphQL: AccessGroupFilter
filter9NoGraphQL: PodFilter
first10NoGraphQL: Int
first11NoGraphQL: Int
first12NoGraphQL: Int
order10NoGraphQL: RoleOrder
filter10NoGraphQL: RoleFilter
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 carries the full burden of behavioral disclosure. It only says 'Fetch a single task by id, including comments' – implying read-only behavior but never explicitly stating it. The massive variable list without explanation obscures pagination and nested-connection behavior rather than illuminating it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description starts with a clear purpose but immediately devolves into a long run-on list of 50 variable names that duplicates the schema. This list is unstructured and not front-loaded; the useful example is buried at the end. The description would be far more concise and effective by omitting the variable list entirely.

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 tool has 50 parameters, no output schema, and no annotations, the description should explain the interplay of nested connections (activity logs, access groups, pods, roles) and how the many filter/order/cursor parameters relate. It only mentions comments, leaving most of the tool's behavior unexplained and failing to provide a complete operative picture.

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 descriptions are merely GraphQL type names (e.g., 'GraphQL: String'), so they convey little semantic meaning. The description attempts to compensate with an example object showing shapes for 'filter', 'order', etc., which adds some value. However, the example is truncated and the raw variable-name dump is redundant, so the added meaning is limited.

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 action ('Fetch'), the resource ('a single task'), and the scope ('by id, including comments'). This distinguishes it from sibling tools like 'tasks' (list) and 'create_task' (create). The core purpose is unambiguous.

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?

The description implicitly conveys the primary use case: retrieve one specific task by ID, optionally including its comments. While it does not explicitly name alternatives or exclusions, the singular 'by id' framing provides clear context for when this tool is appropriate versus a list/filter tool.

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