Skip to main content
Glama

read_workspace

Retrieve decrypted content from an encrypted markdown workspace, including document names and entries with optional preview lines.

Instructions

Read a workspace's decrypted content (name and entries).

Args: workspace_id: UUID of the workspace to read preview_lines: Optional - include preview of first N lines for each document entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
preview_linesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses 'decrypted content' which is important behavioral context, but lacks disclosure of safety (read-only vs mutation), side effects, error conditions, or rate limits that would help an agent understand operational risks.

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?

Uses structured Args format that efficiently presents parameter semantics without prose bloat. Two-sentence preamble plus Args block is appropriately sized for a 2-parameter tool; no redundant or filler text.

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 read operation with 2 parameters and an existing output schema, the description adequately covers the tool's purpose, the decryption behavior, and all parameters. No critical gaps given the relatively simple operation scope.

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?

Schema has 0% description coverage, but the Args section compensates effectively by documenting workspace_id as 'UUID of the workspace to read' and explaining that preview_lines 'include[s] preview of first N lines for each document entry'—adding clear semantic meaning beyond raw types.

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 specific verb 'Read' with clear resource 'workspace's decrypted content' and specifies returned data (name and entries). It distinguishes from siblings like read_doc (individual documents) and update_workspace through explicit scope.

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 guidance provided on when to use this versus read_doc (which also reads content) or versus other workspace operations. No prerequisites or alternatives mentioned despite having multiple related sibling tools.

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/bndkts/molt-md-mcp'

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