Skip to main content
Glama

get_workspace_memory

Read a workspace's MEMORY.md to grasp its priorities, decisions, and open threads at a glance, avoiding a full review of every motion.

Instructions

Read a Monnet workspace's MEMORY.md — a concise, auto-synthesized digest of the workspace's priorities, product decisions, recurring patterns, open threads, and team context, distilled from closed motions. Use it to ground yourself in what the team already cares about and has decided, without re-reading every motion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_slugYesThe workspace slug (e.g. 'monnet-team-410b'). Call list_workspaces first if you don't know it.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that MEMORY.md is 'concise, auto-synthesized', 'distilled from closed motions', and that it contains priorities and decisions. This gives useful behavioral context about the nature of the returned content, though it doesn't mention return format or error conditions.

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, no fluff. The first sentence defines what the tool does, the second gives usage guidance. Every word serves a purpose.

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 tool with one parameter, no annotations, and no output schema, the description is quite complete: it explains what the tool returns (a digest of workspace context) and why to use it. It could explicitly state that the full MEMORY.md content is returned, but the word 'Read' strongly implies that.

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 coverage is 100% and the one parameter (workspace_slug) is well described in the schema, including advice to call list_workspaces first. The description adds no additional parameter information, so the baseline 3 is appropriate.

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 starts with a specific verb and resource: 'Read a Monnet workspace's MEMORY.md'. It clearly distinguishes itself from sibling tools by explaining that this is a distilled digest of workspace context, not a motion or inbox item.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says 'Use it to ground yourself in what the team already cares about and has decided', providing a clear when-to-use. It also implies an alternative ('without re-reading every motion') though it does not name sibling tools like get_motion or list_motions as alternatives.

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/GregoireCasoetto/monnet-mcp'

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