The ops endpoint homes the cross-cutting tools that don’t belong to a single
business domain — identity, GitHub, sandbox orchestration, verification,
workflows, apps, edge functions, decisions, and plans.
Endpoint https://ops.mcp.devfellowship.com/mcpTools 26 Backing data identity (actors/users), GitHub, sandbox orchestration, verification, workflows, apps, edge functions, decisions, plans
Identity (user & actors)
Tool Description get_current_userGet the authenticated user. get_my_rolesGet your IAM roles. list_actorsList actors. get_actorGet an actor. get_actor_for_userResolve the actor for a user. get_agent_by_slugLook up an agent definition by slug. list_agent_definitionsList agent definitions. get_actor_delegationsList an actor’s delegations. create_delegationCreate a delegation. revoke_delegationRevoke a delegation.
GitHub
Tool Description create_branchCreate a branch on a repo. get_task_branch_nameResolve the branch name for a task.
Sandboxes & verification
Tool Description provision_sandboxProvision a sandbox. get_sandbox_statusCheck sandbox status. destroy_sandboxTear down a sandbox. verify_sandboxRun sandbox verification. get_verification_reportFetch a verification report.
Workflows, apps & edge functions
Tool Description create_dev_environmentCreate a dev environment / workflow. create_appCreate an app (apps schema). get_appGet an app. list_appsList apps. update_appUpdate an app. delete_appDelete an app. upload_fileUpload a file via the edge function.
Decisions & plans
Tool Description decisions_searchSearch the decision graph (ADRs / decision records). plans_set_visibilitySet a plan’s visibility. plans_set_visibility_batchSet visibility for multiple plans in one call.
Note
Business-domain CRUD (projects, tasks, transactions, business units) that the
retired monolith also exposed now lives on the per-domain endpoints —
use work / payments for those, not ops.