Skip to main content
Glama
umang-algo

Ketan-OS MCP Server

by umang-algo

ketan_init_workspace

Initialize a workspace for Ketan-OS to enable transactional snapshotting, invariant enforcement, and causal tracing. Required before using other Ketan-OS tools when switching workspaces.

Instructions

Initialize Ketan-OS for a workspace directory. This MUST be called before any other Ketan-OS tools if you are switching workspaces. Creates a KetanHarness that manages transactional snapshotting, invariant enforcement, and causal tracing for the given workspace.

Args: workspace_path: Absolute path to the project/workspace directory to protect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description must disclose behavior on its own. It mentions creating a KetanHarness that manages transactional snapshotting, invariant enforcement, and causal tracing, which gives some insight. However, it does not disclose potential side effects on the workspace (e.g., writing files, requiring permissions) or whether the operation is idempotent.

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?

The description is appropriately sized and well-structured: a clear first sentence, a mandatory usage note, a sentence about what is created, and an args section. Every sentence earns its place with no redundancy or fluff.

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?

Given the presence of an output schema (likely documenting return values), the description adequately covers purpose, usage, and parameter semantics. It could be more complete by mentioning prerequisites (e.g., the workspace must exist) or whether initialization is idempotent, but overall it is sufficient for the tool's complexity.

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

Parameters5/5

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

The schema provides only the parameter name and type with no description (0% coverage). The description fully compensates by defining workspace_path as the absolute path to the project/workspace directory to protect, adding clear meaning and constraints beyond the schema.

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 clearly states the tool initializes Ketan-OS for a workspace directory and creates a KetanHarness, making its purpose specific and distinct from sibling operational tools. It explicitly identifies the resource (workspace) and the action (initialize).

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?

The description explicitly says this must be called before any other Ketan-OS tools if switching workspaces, providing strong when-to-use guidance. It does not discuss when not to use it (e.g., if already initialized), but the prerequisite nature is made clear.

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/umang-algo/ketan-os'

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