Skip to main content
Glama

bumi_agentic_workflow

Convert natural language goals into summarized actions for Bumi robot, covering specs, SDK setup, virtual twin, and fleet composition.

Instructions

BUMI_AGENTIC_WORKFLOW — High-level goals: specs, SDK setup, virtual twin, fleet composition.

Uses ctx.sample() so the host LLM can call bumi_tool and sibling MCPs (resonite, robotics).

Args: goal: Natural language, e.g. "Summarize Bumi specs and how to show a virtual twin in Resonite"

Returns: LLM summary string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It reveals that the tool uses ctx.sample() to invoke other MCPs and returns an LLM summary string, which is helpful. However, it does not explain side effects, error handling, or what occurs when called (e.g., does it actually execute the orchestration?). This is adequate but not comprehensive.

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 concise, using a single paragraph with clear sections: purpose, mechanism, args, returns. Every sentence adds value, with no unnecessary repetition 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 tool's low complexity (1 parameter) and the presence of an output schema (not described but acknowledged), the description is fairly complete. It explains the orchestration behavior and provides an example. Minor gap: it doesn't specify what triggers the orchestration or any prerequisites.

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

Parameters2/5

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

The input schema has 0% description coverage, so the description must compensate. It describes the 'goal' parameter as 'Natural language' with one example ('Summarize Bumi specs...'). This adds some context but lacks constraints (e.g., length, format, scope). The compensation is weak.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it handles high-level goals like specs, SDK setup, virtual twin, and fleet composition, and that it orchestrates other tools via ctx.sample(). This gives a clear purpose but does not differentiate from its sibling 'bumi_tool', leaving ambiguity about when to use each.

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

Usage Guidelines3/5

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

It mentions it uses ctx.sample() to call sibling tools (bumi_tool, resonite, robotics), implying it is for orchestration rather than direct execution. However, it lacks explicit when-to-use or when-not-to-use guidance and does not describe alternatives.

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/sandraschi/bumi-mcp'

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