Skip to main content
Glama

List conversations

groove_list_conversations
Read-only

List support conversations (tickets) in the shared inbox, with rich filters. Filter by state, channel_id, folder_id, tag_name, assigned, starred, or keywords; paginate with first/after. Groove GraphQL: conversations(filter: ConversationFilter).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoRelay pagination cursor — pass the previous page's `endCursor` to get the next page.
firstNoHow many records to return (Relay pagination `first`).
stateNoFilter by conversation state.
starredNoIf set, filter to starred (true) or unstarred (false) conversations.
assignedNoIf set, filter to assigned (true) or unassigned (false) conversations.
keywordsNoFull-text keyword search across conversations.
tag_nameNoFilter to conversations carrying this tag name.
folder_idNoFilter to a single folder id.
channel_idNoFilter to a single channel (mailbox) id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so description adds value by mentioning GraphQL query and Relay pagination details. Discloses non-destructive behavior and underlying implementation, though could mention response format.

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?

Two sentences, front-loaded with primary purpose, then filter/pagination details. No wasted words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, filters, pagination, and underlying API. Lacks output structure description but no output schema exists. Adequate for a listing tool with high schema coverage and readOnlyHint.

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 parameters are already documented. Description summarizes filter categories but does not add new semantics beyond schemas, meeting baseline.

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?

Description clearly states 'List support conversations (tickets) in the shared inbox' with specific verb and resource. It highlights filtering capabilities, distinguishing from sibling tools that operate on single items (groove_get_conversation) or other resources.

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?

Description enumerates filter options but does not explicitly guide when to use this tool vs alternatives. It implies usage for listing/filtering conversations but lacks explicit when-not or sibling differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.