Skip to main content
Glama

get_conversation

Retrieve a Warp conversation's summary, linked plan notebooks, and user prompts by providing its numeric ID or UUID.

Instructions

Get one Warp conversation: summary, linked plan notebooks, and the user prompts from that session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_limitNo
id_or_conversation_idYesNumeric id or UUID conversation_id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral context. 'Get' and the listed return content imply a read-only operation, but the description does not explicitly address side effects, not-found behavior, or how id_or_conversation_id is resolved. It provides some transparency but leaves important behavior unstated.

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 efficient sentence with no filler. The primary action and returned content are front-loaded, making it easy to parse.

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?

For a simple get-by-id tool, the description gives enough to start, but it omits query_limit semantics and any error or empty-result behavior. With no output schema or annotations, a bit more context would be needed for fully confident invocation.

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

Parameters2/5

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

Schema coverage is only 50%, and the description does not explain query_limit at all. The required id_or_conversation_id is documented in the schema, but the meaning of query_limit (whether it limits prompts, notebooks, or something else) is left completely ambiguous.

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 uses a specific verb and resource: 'Get one Warp conversation', clearly distinguishing it from sibling list_conversations. It also enumerates the returned content, so an agent knows exactly what this tool retrieves.

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 explicit guidance is given about when to use this tool versus alternatives such as list_conversations. The word 'one' implies single-item retrieval, but there is no stated precondition, exclusion, or comparison with siblings.

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

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/robertleelittleiii/warp-memory-mcp'

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