Skip to main content
Glama

emacs_workspace_create

Create a new named workspace/tab in Emacs to separate projects and reduce clutter.

Instructions

Create a new workspace/tab

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the new workspace
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries full responsibility for behavioral disclosure. It only says 'create' and does not explain whether the new workspace becomes active, whether duplicate names cause errors, or what the tool returns.

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 one short sentence and leads with the action and object. It is concise, though the 'workspace/tab' phrasing could be cleaner.

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?

For a state-changing tool with no annotations and no output schema, this minimalist description leaves essential operational context missing: activation behavior, name conflict handling, and persistence. The tool is simple, but an agent still needs more behavioral guidance to call it confidently.

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 schema fully describes the only parameter ('Name for the new workspace'), so per baseline the description does not need to add parameter details. It provides no extra constraints or examples, but none are required given 100% schema coverage.

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 states a clear verb (Create) and resource (workspace/tab), and it is the only workspace tool with a create operation among siblings, so it can be distinguished. However, the 'workspace/tab' phrase introduces slight ambiguity about the resource type.

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 advice is given on when to use this tool versus workspace_switch, workspace_save, or workspace_delete. An agent must infer the usage entirely from the tool name and the minimal description.

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