Skip to main content
Glama

emacs_workspace_save

Save the current Emacs workspace state to restore it later. Use this to preserve your session layout, open files, and buffers before switching contexts.

Instructions

Save workspace state

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavior disclosure, and 'Save workspace state' gives almost no detail. It does not mention side effects, persistence, overwrite behavior, or whether an existing workspace is mutated or a new one created.

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

Conciseness4/5

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

The description is a single short sentence with no wasted words and is front-loaded. It is concise, though it achieves conciseness by omitting substantive content.

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?

The tool has no parameters, no annotations, and no output schema, so the description is the only source of context. For a persistence-related operation in a large Emacs tool family, saying only 'Save workspace state' is incomplete because it does not clarify what the save produces, whether it overwrites, or when to use it.

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 tool has zero parameters and the schema coverage is 100%, so there is nothing for the description to clarify about inputs. Baseline 4 is appropriate for a valid zero-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Save workspace state' uses a specific verb and resource, which is minimally clear, but it does not explain what 'workspace state' means or how it differs from workspace-related siblings like emacs_workspace_switch or emacs_workspace_create. It is not a tautology, but it is too vague to allow precise selection.

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?

There is no guidance about when to save, what state is included, or how this compares to related tools such as emacs_workspace_create or emacs_file_save. An agent would have to guess whether to call this before switching workspaces or after creating one.

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

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/mandoo180/emacs-mcp'

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