Skip to main content
Glama

bootstrap

Create a new AI agent identity by running an onboarding interview and generating setup files for specified runtimes, preserving existing files unless forced.

Instructions

Initialize a new loom identity from scratch. Generates IDENTITY.md, preferences.md, and self-model.md from an onboarding interview, then returns setup instructions for the requested runtimes. Will not overwrite existing files unless force is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the agent identity (e.g. "Aria")
forceNoOverwrite existing identity files (default: false)
voiceYesCommunication style and personality
clientsNoRuntimes to generate setup instructions for: "claude-code", "gemini-cli", or any custom runtime name (uses a generic template)
purposeYesWhat this agent exists to do — its reason for being
preferencesNoSeed preferences about the user or working style
Behavior4/5

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

With no annotations provided, the description discloses key behaviors: generates specific files, does not overwrite without force, and returns setup instructions. There is slight ambiguity about the 'onboarding interview' process (assumed automatic), but overall it's transparent about side effects and conditions.

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?

Two sentences efficiently convey the purpose, generated artifacts, conditional behavior, and return value. No redundant words or fluff, earning a perfect score.

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?

The description covers the main workflow and key behavior (no overwrite unless force). However, it does not detail the return format of 'setup instructions' or specify error handling for existing files without force. Given the absence of an output schema, slightly more detail could be useful, but it's sufficient for a bootstrap tool.

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 coverage is 100%, so the description adds no extra meaning beyond what the schema already provides for each parameter. The description mentions the files generated but does not elaborate on how parameters influence the output, which is fine given the schema completeness.

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 a new loom identity from scratch, listing the specific files generated (IDENTITY.md, preferences.md, self-model.md) and the return of setup instructions. This distinguishes it from sibling tools like 'identity' (likely read) and 'update_identity' (modify).

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 implies it's for initial creation by saying 'from scratch' and specifies it won't overwrite existing files unless force is true, giving context on when to use the force parameter. It lacks explicit mention of alternatives or when not to use, but the context is clear enough for an agent.

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/jbarket/loom'

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