AGENT TEAM TOOLS

46 tools from the Agent Team MCP Server, categorised by risk level.

View the Agent Team policy →

READ TOOLS

30
ask_user_question Log a question for the user. The orchestrating skill will surface it after dispatch. Include context about why this question matters or what is blo... get_agent_prompt Returns the prompt file for a specific agent role. Use this to load agent identity prompts before spawning specialists. Valid roles: project-manage... get_artifact Get a shared artifact by ID get_decision Get a decision by ID get_discussion Get a discussion including its participants and messages get_my_work Get work entries for a team member, optionally filtered by task get_orchestration_instructions Returns step-by-step instructions for how to orchestrate an AgentTeam. Call this FIRST when a user asks to spin up a team, build something with the... get_project Get a project by ID get_project_summary Get the latest summary for a project get_summary_version Get a specific summary version by its ID get_task Get a task by ID get_team_protocol Returns the shared team protocol, constraints, and efficiency rules that all specialist agents must follow. Call this once on startup. get_work_history Get all work entries for a member within a project list_artifacts List shared artifacts in a project, optionally filtered by type list_decisions List all decisions for a project list_discussions List discussions in a project, optionally filtered by participant list_expansion_requests List team expansion requests for a project, optionally filtered by status (pending, approved, denied) list_journal_entries List journal entries in chronological order. Optionally filter by project_id; omit to list all entries across all projects. 2/5 list_my_comments List all comments made by a member within a project list_projects List all projects, optionally filtered by status list_summary_history List all summary versions for a project list_task_comments List all comments on a task list_tasks List tasks for a project, optionally filtered by assignee or status list_team_members List team members for a project, optionally including removed members list_user_questions List questions logged by specialists for the user. Filter by status (pending, answered) to find unanswered questions. log_decision Log a decision made within a project log_journal_entry Log a user-facing journal entry — captures decisions, preferences, and reasoning from conversations that would otherwise be lost. project_id is opt... log_work Log a work entry for a task by a team member request_team_expansion Request additional team members when your assigned work grows beyond expected scope. The PM will evaluate and approve or deny. share_artifact Share an artifact (document, code, etc.) within a project. Research artifacts must use structured JSON: { "summary": "one sentence", "findings": [{...

WRITE TOOLS

14

DESTRUCTIVE TOOLS

2
How many tools does the Agent Team MCP server have? +

The Agent Team MCP server exposes 46 tools across 3 categories: Read, Write, Destructive.

How do I enforce policies on Agent Team tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Agent Team server.

What risk categories do Agent Team tools fall into? +

Agent Team tools are categorised as Read (30), Write (14), Destructive (2). Each category has a recommended default policy.

Enforce policies on Agent Team

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.