Skip to main content
Glama
sandervd
by sandervd

init_workspace

Create a new LinkML editing workspace backed by a bare Git repository, returning workspace ID and initial commit. Optionally include schema files or defaults to minimal schema.yaml.

Instructions

Create a new LinkML editing workspace backed by a bare git repository. Returns workspace_id and initial_commit. If files are omitted, creates a minimal schema.yaml.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional LinkML schema name. Defaults to schema.
filesNoOptional map of relative file paths to YAML file contents. Must include schema.yaml if provided.
schema_idNoOptional LinkML schema id URI.
descriptionNoOptional schema description.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the creation side effect (new workspace backed by a bare git repository), the return values, and the fallback behavior when files are omitted. It does not go into failure modes or conflict handling, but it covers the key operational behavior for a creation tool.

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 two sentences with no wasted words. It front-loads the core action and resource, then provides return values and a conditional behavior. Every sentence earns its place.

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 creation tool with four optional parameters and no output schema, the description provides the essential return values and the default behavior for omitted files. It is complete enough for an agent to invoke correctly, though details about where the workspace is created or what happens on conflicts are not mentioned.

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 description coverage is 100%, so the schema already documents all four parameters. The description adds a small amount of context beyond the schema by noting that omitting files creates a minimal schema.yaml, but other parameter semantics are already well covered by the input 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 a specific verb ('Create'), resource ('new LinkML editing workspace'), and implementation detail ('backed by a bare git repository'). It also names the return values (workspace_id and initial_commit), making it easy to distinguish from sibling tools that operate on an existing workspace.

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 clearly positions this as the workspace creation tool, and mentioning that it returns workspace_id implies it is a prerequisite for the other sibling tools that require an existing workspace. However, it does not explicitly state when to use it instead of alternatives or when not to use it.

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/sandervd/linkml-mcp'

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