Skip to main content
Glama
tbranzov

HAOps MCP Server

by tbranzov

haops_get_protocol_spawn_lines

Retrieve spawn lines for all configured roles or a specific role to get boot-ritual strings for agent sessions in composed protocols.

Instructions

Returns the per-role spawn-line text (GET /api/projects/[slug]/protocol/spawn-lines). Spawn lines are short boot-ritual strings injected at agent session start when composed protocols are active. Omit role to get spawn lines for ALL configured roles; pass a specific role to narrow to one.

Read-only. Requires ENABLE_COMPOSED_PROTOCOLS=true. Returns 404 when the feature flag is off (the route looks absent by design) — surface this as "Composed protocols feature is disabled" to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoIf true, return the raw JSON envelope verbatim (default: false).
roleNoOptional. If specified, returns spawn lines only for this role. Omit to get all roles.
projectSlugYesURL slug of the target project.
Behavior4/5

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

No annotations are provided, so the description fully discloses the read-only nature, the required feature flag, and the 404 behavior. This is transparent and covers key behavioral traits.

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 short paragraphs, front-loaded with the core purpose, and every sentence adds value (definition, usage, conditions, error handling). No redundancy.

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 simplicity (3 params, no output schema) and lack of annotations, the description is complete: it covers purpose, parameters, prerequisites, and error cases. It could briefly mention the return format, but the description implies it returns spawn-line text.

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 baseline is 3. The description adds context for the 'role' parameter (omit for all, specify for one) and explains the 'raw' parameter, but the schema already describes these. No additional semantics beyond what is in 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 returns per-role spawn-line text and defines spawn lines. It specifies the API endpoint and distinguishes the resource (spawn lines) from sibling tools that handle other entities.

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 explains when to use the tool (to get spawn lines), how to use parameters (omit or specify role), and mentions the feature flag requirement and 404 handling. It does not explicitly compare to alternatives, but no other spawn-line tool exists among siblings.

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/tbranzov/haops-mcp-server'

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