MCP Tools

Agent Tools

spawn_agent

Spawn a new AI agent to work on a task.
{
  "task": "Refactor the authentication module",
  "repo_url": "https://github.com/org/repo",
  "model": "azure/gpt-4-1-teacher",
  "branch": "feat/refactor-auth"
}

get_agent_status

Get the current status of a running agent.
{ "agent_id": "agent-abc123" }

list_agents

List all active agents.
{ "status": "running" }

GitHub Tools

github_create_pr

Create a pull request from an agent’s branch.

github_list_prs

List open pull requests in a repository.

github_merge_pr

Merge a pull request after agent review.

Slack Tools

slack_send_message

Send a message to a Slack channel.

slack_list_channels

List available channels.

Gmail Tools

gmail_send

Send an email via connected Gmail account.

gmail_read

Read recent emails.