PlanExe MCP Tools - Experimental
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
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) Create a plan
Prompt:
Create a plan for this idea: Weekly meetup for humans where participants are randomly paired every 5 minutes...
2) Get status
Prompt:
Tool call:
3) Download the report
Prompt:
Tool call: