get_system_prompt_tool
Fetch the CoordMCP system prompt to obtain mandatory workflow instructions and best practices. Use it at agent startup to integrate correctly with multi-agent coordination.
Instructions
Get the CoordMCP system prompt with mandatory workflow instructions.
This tool returns the complete system prompt that agents should use as their system prompt for proper CoordMCP integration.
WHEN TO USE:
At agent startup to get the system prompt
To understand the mandatory CoordMCP workflow
As reference for best practices
This returns a comprehensive guide including:
Mandatory workflow steps (in order)
Tool usage examples
Best practices and quick reference
Returns: Dictionary with system_prompt content
Example: >>> result = await get_system_prompt_tool() >>> # Returns the full system prompt for use as agent system prompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||