Skip to main content
Glama

list_conversations

Retrieve Canvas inbox conversations by scope: inbox, unread, starred, sent, or archived. Filter results to view specific message categories.

Instructions

List your Canvas Inbox conversations. scope: inbox, unread, starred, sent, archived.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoinbox

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The word 'List' implies a read-only operation, but this is not explicitly stated, and there is no mention of behavior such as sorting, pagination, or rate limits. The description is adequate but minimal, not going beyond the literal action.

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?

The description is a single sentence that states the action and lists the scope options in a compact, front-loaded manner. Every word contributes value; there is no redundant or repetitive content.

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?

For a simple list tool with one parameter, the description covers the scope options and the output schema is present. It does not mention pagination or ordering, but these are likely covered by the output schema or are not critical for a basic list operation. The description is sufficient for the tool's complexity.

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 only defines scope as a string with a default, but the description provides the full set of accepted values (inbox, unread, starred, sent, archived). This adds essential semantics that the schema lacks, compensating for the 0% schema description coverage.

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 clearly states the action (list) and resource (Canvas Inbox conversations), and further specifies the scope options. It is distinguishable from the sibling get_conversation_details (which retrieves a single conversation) and send_message (which sends), though it does not explicitly name these alternatives.

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 on when to use this tool versus alternatives like get_conversation_details or send_message. The scope values are listed but there is no mention of when each scope is appropriate or when another tool should be used instead.

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/vkumar04/canvas-mcp-lite'

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