
Mission — Trust Graduation Gate
Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.
Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Trust Graduation gate: Claude can do real work once Mission decides what it is allowed to do.
Server tool list (29)
Raw names from tools/list. Only developers need these.
| mission_open_cockpit | Use this when the user wants a compact visual Mission cockpit in ChatGPT: approval priorities, draft pressure, market radar, receipt proof, and the no-execution boundary. Read-only. |
| mission_today | Connector daily answer for: what should I approve today? Returns three priorities, one Gmail proof loop, draft queue count, voice confidence, receipt/learning status, and one next action. Read-only. |
| mission_draft_queue | Return local drafts and approval packets waiting for human review. Read-only; never sends or creates Gmail drafts. |
| mission_receipts | Return receipt coverage and recent receipt evidence. Read-only. |
| mission_prepare_approval_packet | Prepare a local Mission approval packet from a Mission ref, title, or instruction. Creates a workspace review artifact and waiting receipt only; never sends, posts, submits, creates Gmail drafts, mutates external accounts, or claims execution. |
| mission_submission_readiness | Return the OpenAI app submission readiness gates, blockers, live endpoint proof, review artifacts, and next human action. Read-only; never submits the app. |
| mission_adoption_proof | Return Mission adoption proof from external touches, public proof assets, response gaps, and the next evidence-backed follow-up. Read-only. |
| mission_search | Search prepared Mission context across tasks, open loops, drafts, approval packets, receipts, and learning rows. Read-only. |
| mission_fetch | Fetch a small structured summary for a Mission ref returned by connector tools. Read-only and redacted. |
| mission_open_loops | Return unresolved relationship loops and promises that need review. Read-only. |
| mission_proof_loop | Return the highest-value Gmail/proof loop currently waiting on review. Read-only. |
| mission_voice_profile | Return compact voice-learning confidence and constraints for draft review. Read-only. |
| mission_learning_status | Return Mission learning status from rules, feedback, and learning outputs. Read-only. |
| mission_market_radar | Return Mission Research market radar status, recent market-intelligence signals, open radar tasks, active research topics, and the next recommended counter-move. Read-only. |
| mission_prepare_market_countermove | Prepare a local approval packet for the next Market Radar counter-move. Creates a review artifact and waiting receipt only; never publishes, contacts people, or mutates external systems. |
| mission_account_status | Return the hosted Mission account sign-in boundary plus safe public login/signup links. Read-only; never asks for or accepts a password. |
| mission_account_setup | Return Mission-owned login/signup URLs for Claude, ChatGPT, or local app users before connector onboarding. Read-only. |
| mission_get_workspace_status | Return Claude/MCP workspace connector status, missing priority connectors, and the secure setup link for this user workspace. Read-only. |
| mission_start_connector_setup | Create a connector setup plan and setup link for Gmail, Calendar, Drive, X, Instagram, LinkedIn, or other Mission connectors. No OAuth token is created by this tool. |
| mission_list_connectors | List per-workspace Mission connector state for Gmail, Calendar, Drive, X, Instagram, LinkedIn, and other connectors. Read-only. |
| mission_prepare_email_draft | Prepare an approval packet for an email draft request. If Gmail is missing, returns a connector setup link instead of failing vaguely. Never sends email. |
| mission_prepare_social_reply | Prepare an approval packet for an X/Instagram/social reply or post draft. If the connector is missing, returns a setup link. Never posts, DMs, follows, likes, deletes, or mutates an account. |
| mission_open_approval_packet | Prepare or fetch a local approval packet reference for Claude/MCP users. This hosted MCP returns the approval boundary and setup path only; no external action executes. |
| mission_status | REQUIRED FIRST CALL. Returns Mission gate status, version, action classes, and the agent_instructions you MUST follow for the rest of this session: gate every consequential action through request_approval and never proceed without mission_check_approval returning decision=approved. Call this once at the start of every conversation. |
| request_approval | Mission gates any consequential action. Call this BEFORE executing actions in classes like send_email, post_public, send_dm, schedule_meeting, spend_money, publish_artifact, modify_external_record, change_trust_policy. Mission returns an approval-required ceremony with a receipt id. Do not proceed without approval. Canonical action classes: draft.compose, draft.response, email.send.internal, email.send.external, calendar.create, social.post.public, payment.initiate, proposal.submit. |
| log_action | Log a safe internal action with Mission. Returns a receipt id. Use for non-external actions that still benefit from a permanent receipt. |
| get_receipt | Fetch a Mission receipt by id. The hosted MCP persists receipts; the local install adds private storage and per-principal trust history. |
| mission_check_approval | Poll Mission for the current status of a previously requested approval. Returns decision (approved / denied / pending) and should_proceed (boolean). Call after request_approval to wait for the principal's decision before continuing. |
| mission_classify | Map a planned tool call to the canonical Trust Graduation action_class. Pass the tool name you are about to call and a short intent description. Returns the canonical class plus alternatives. Use this BEFORE request_approval if you are unsure which action_class applies. Mapping is heuristic — when in doubt, prefer the more conservative class. |