Tools

The agent has access to 30 tools, organized by integration.

GitHub (4 tools)

ToolDescription
github_read_repoFetch repo metadata, languages, and file tree
github_read_fileRead a single file from a GitHub repo
github_list_issuesList open issues with labels
github_read_readmeExtract README content

Azure DevOps (9 tools)

ToolDescriptionRisk
azdevops_read_repoFetch repo metadata and file treeLow
azdevops_read_fileRead a single file from a repoLow
azdevops_list_work_itemsList work items (backlog, active, etc.)Low
azdevops_read_boardBoard info, active iteration, average velocityLow
azdevops_fetch_velocityTeam velocity, team size, per-developer velocityLow
azdevops_fetch_active_iterationCurrent sprint name, number, start dateLow
azdevops_create_epicCreate an Epic work itemHigh (requires confirmation)
azdevops_create_storyCreate a User Story linked to Epic, with story points and priorityHigh (requires confirmation)
azdevops_create_iterationCreate an iteration (sprint) with optional start/finish datesHigh (requires confirmation)

Jira (6 tools)

ToolDescriptionRisk
jira_read_boardFetch board metadata and configurationLow
jira_fetch_velocityGet team velocity history (rolling average of last 3–5 sprints, with JQL fallback for team-managed boards)Low
jira_fetch_active_sprintGet current sprint info for sprint selection (Q27)Low
jira_create_epicCreate an epicHigh (requires confirmation)
jira_create_storyCreate a story with ACs and story pointsHigh (requires confirmation)
jira_create_sprintCreate and configure a sprintHigh (requires confirmation)

Confluence (5 tools)

ToolDescriptionRisk
confluence_search_docsSearch documentation by keywordLow
confluence_read_pageRead a wiki page by IDLow
confluence_read_spaceRead space metadata and page listLow
confluence_create_pageCreate a new pageHigh (requires confirmation)
confluence_update_pageUpdate an existing pageHigh (requires confirmation)

Notion (5 tools)

Notion is an independent doc tool with its own integration token (NOTION_TOKEN) — it does not share Atlassian auth like Confluence. It feeds the same analysis / planning / standup workflows.

ToolDescriptionRisk
notion_search_pagesSearch pages by keyword across granted pagesLow
notion_read_pageRead a page (blocks flattened to text) by IDLow
notion_read_databaseList entries in a database / data sourceLow
notion_create_pageCreate a new pageHigh (requires confirmation)
notion_update_pageAppend content to a page (and optionally rename)High (requires confirmation)

Local codebase (3 tools)

ToolDescription
read_codebaseScan entire local repo — language detection, file tree (budget-limited, auto-collapses large dirs), skips binaries and build artifacts
read_local_fileRead a specific file from disk (targeted retrieval when the LLM needs to inspect particular files)
load_project_contextHigh-level codebase overview including scrum-docs/ PRD/design doc ingestion

Calendar (1 tool)

ToolDescription
detect_bank_holidaysDetect public holidays in the planning window (auto-fills Q28)

LLM-powered (2 tools)

ToolDescription
estimate_complexityAnalyze code/requirements for story point estimation
generate_acceptance_criteriaGenerate Given/When/Then acceptance criteria

Tool risk levels

RiskGuardrail
Low (read-only)Auto-execute
Medium (LLM-powered)Log and display to user
High (write operations)Requires explicit user confirmation