PlanExe MCP Details
MCP is work-in-progress, and I (Simon Strandgaard, the developer) may change it as I see fit. If there is a particular tool you want. Write to me on the PlanExe Discord, and I will see what I can do.
This document lists the MCP tools exposed by PlanExe and example prompts for agents.
Overview
- The primary MCP server runs in the cloud (see
mcp_cloud). - The local MCP proxy (
mcp_local) forwards calls to the server and adds a local download helper. - Tool responses return JSON in both
content.textandstructuredContent.
Tool Catalog, mcp_cloud
prompt_examples
Returns around five example prompts that show what good prompts look like. Each sample is typically 300–800 words: detailed context, requirements, and success criteria. Usually the AI does the heavy lifting: the user has a vague idea, the agent calls prompt_examples, then expands that idea into a high-quality prompt (300–800 words). The prompt is shown to the user, who can ask for further changes or confirm it’s good to go. When the user confirms, the agent then calls task_create. Shorter or vaguer prompts produce lower-quality plans.
Example prompt:
Example call:
Response includes samples (array of prompt strings, each 300–800 words) and message.
task_create
Create a new plan task.
Example prompt:
Create a plan for: Weekly meetup for humans where participants are randomly paired every 5 minutes...
Example call:
Optional argument:
task_status
Fetch status/progress and recent files for a task.
Example prompt:
Example call:
task_stop
Request an active task to stop.
Example prompt:
Example call:
task_file_info
Return download metadata for report or zip artifacts.
Example prompt:
Example call:
Available artifacts:
Tool Catalog, mcp_local
The local proxy exposes the same tools as the server, and adds:
task_download
Download report or zip to a local path.
Example prompt:
Example call:
Typical Flow
1. Get example prompts
The user often starts with a vague idea. The AI calls prompt_examples first to see what good prompts look like (around five samples, 300–800 words each), then expands the user’s idea into a high-quality prompt and shows it to the user.
Prompt:
Tool call:
2. Create a plan
The user reviews the prompt and either asks for further changes or confirms it’s good to go. When the user confirms, the agent calls task_create with that prompt.
Tool call:
3. Get status
Prompt:
Tool call:
4. Download the report
Prompt:
Tool call: