Skip to main content
Glama

ethora-mcp-server

Generate B2B Bootstrap Runbook

ethora-generate-b2b-bootstrap-runbook
Read-only

Generate a human-readable runbook listing this server's tool calls in the right order for a B2B bootstrap, with example payloads. Documentation only — does not write any file or execute any step. Auth: none required — pure text generator, no API calls. Errors: effectively none. Related: to actually run the sequence use ethora-run-recipe or ethora-b2b-app-bootstrap-ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiUrlNoEthora API base URL to show in the runbook's configure step. Omit to emit a placeholder.
crawlUrlNoWebsite URL to show in the runbook's source-ingest step. Omit to emit a placeholder.
displayNameNoApp display name to show in the runbook's create-app step. Omit to emit a placeholder.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description goes further by stating it does not write any file or execute any step, requires no auth, makes no API calls, and has effectively no errors. This adds valuable behavioral context beyond the annotations, making the tool's side-effect-free nature unmistakable.

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 compact (three sentences) and front-loaded: it states the core purpose first, then side-effect constraints, then related tools. Every sentence carries useful information with no fluff, and the structure logically leads an agent through purpose, behavior, and alternatives.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, read-only, non-destructive tool with no required parameters and no output schema, the description fully covers what it does, its side effects, auth requirements, error behavior, and related tools. An agent has all information needed to call it correctly and understand the result (a human-readable runbook).

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%, with each of the three optional parameters (apiUrl, crawlUrl, displayName) described as values to show in specific runbook steps, omitting them yields placeholders. The description does not add any semantics beyond the schema, so the baseline of 3 is appropriate; the schema fully explains parameter meaning.

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's purpose: generate a human-readable runbook with example payloads for a B2B bootstrap. It specifies the verb 'generate' and the resource 'runbook', and explicitly distinguishes itself from related tools by naming alternatives for actually running the sequence. No ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use and when-not-to-use guidance: use this for documentation only; to actually execute the sequence, use `ethora-run-recipe` or `ethora-b2b-app-bootstrap-ai`. It also notes it requires no auth and has effectively no errors, helping the agent decide if this is the right tool for a given task.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.