Skip to main content
Glama

resume_project

Fetch a ready-to-use project summary stored in memory, including key decisions and tasks, to continue work without losing context.

Instructions

Devuelve un resumen listo para retomar el proyecto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNo
owner_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It only states the tool returns a summary, but does not indicate if it is read-only, requires special permissions, or has side effects. The read nature is implied but not explicit.

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

Conciseness3/5

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

The description is very concise (single sentence) and front-loaded with the purpose. However, given the tool has two parameters and an output schema, a slightly longer description with parameter hints would still be concise and more helpful.

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?

Although an output schema exists, the description does not explain anything about input parameters, prerequisites, or what 'ready to resume' means in context. The tool's role in the project management workflow is unclear, leaving the agent without enough context to decide when to invoke it.

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

Parameters1/5

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

The input schema has zero description coverage, and the tool description does not explain the meaning of project_id or owner_id, how they interact, or which is needed. The description adds no value beyond what the schema provides.

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 tool returns a summary ready to resume a project, using a specific verb 'returns' and a specific resource 'summary for a project'. It is distinct from sibling tools like create_project or list_projects, but does not explicitly differentiate itself.

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 provides no guidance on when to use this tool versus alternatives, such as when a user is returning to a project after a break or needs a quick overview. No prerequisites or contextual triggers are mentioned.

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

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