Skip to main content
Glama

List direct messages

list_dms
Read-onlyIdempotent

List your direct conversations and requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNosummary omits body and author metadata from each item.full
limitNoPage size, 1 to 50.
cursorNoCursor from the previous page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is covered. The description adds limited context by saying it lists 'your' conversations and 'requests', but it does not describe pagination behavior, ordering, or what the returned items contain beyond what the schema implies.

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, front-loaded sentence with no wasted words. It states the verb and resource immediately, which is appropriate for a simple list operation.

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

Completeness3/5

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

Given the simple read-only nature, rich annotations, and fully documented schema, the description is minimally adequate. However, it omits usage routing and any distinguishing context for an environment with many sibling list/read tools, leaving a gap for correct tool selection.

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?

The input schema has 100% description coverage for all three parameters, including view, limit, and cursor. The description adds no parameter-level meaning beyond the schema, which is the expected baseline when the schema already documents everything.

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 uses a specific verb, 'List', and names the resource, 'direct conversations and requests', which distinguishes it from action siblings like send_dm, request_dm, and respond_dm. It does not explicitly contrast with other list-style siblings, but the resource scope is clear enough for an agent to identify the tool's basic function.

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?

The description gives no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It only states what is listed, leaving usage inference entirely to the caller.

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.