overte_sampling_assist
Provides step-by-step guidance for complex Overte operations by recommending tool calls and sequencing, using MCP sampling when available.
Instructions
Get multi-step Overte operation guidance via MCP sampling (FastMCP 3.1+).
Uses ctx.sample when the host exposes sampling; returns structured error otherwise. Recommends tool calls and sequencing for complex goals.
Return Format
{"success": bool, "message": str, "data": {"plan": str, "sampling_used": bool}}
Examples
overte_sampling_assist(goal="Set up a domain-server and spawn a welcome entity")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| goal | Yes | What you want to accomplish with Overte. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||