Tools Reference
Both CLI plugins (@conductor/claude-plugin and @conductor/q-plugin) expose the same set of MCP tools. The AI in your IDE calls these tools during conversation to interact with Konductro.
Ticket Tools
| Tool | Description |
|---|---|
list_my_tickets | List all tickets assigned to you — includes status, project, sprint, and branch name |
get_ticket_context | Load full ticket context: acceptance criteria, architectural notes, parent story, repository, and approved artefacts. Accepts UUID or ticket key (e.g. MRB-1) |
start_work | Start work on an assigned ticket — creates a feature branch on the git provider, pushes the ticket spec file to the repo, and updates status to in_progress |
Pull Request Tools
| Tool | Description |
|---|---|
create_pr | Create a pull request for a ticket — PR is created on ADO or Gitea with title, description, and acceptance criteria checklist populated. Reviewer assigned automatically |
Technical Analysis Tools
| Tool | Description |
|---|---|
list_tech_analysis_tasks | List pending technical analysis assignments for your user |
get_task_context | Load requirements and project context for a technical analysis task |
submit_tech_analysis | Submit the completed technical analysis document back to Konductro. Supports filePath for large documents |
Decomposition Tools
| Tool | Description |
|---|---|
list_decomposition_tasks | List pending decomposition assignments |
get_decomposition_context | Load the story and repository context needed for decomposition |
submit_decomposition_task | Submit a single decomposed task (title, implementation steps, files, architectural notes) |
complete_decomposition | Finalise the decomposition after all tasks have been submitted |
Repository Tools
| Tool | Description |
|---|---|
profile_repository | Scan the current repository and submit its profile to Konductro — tech stack, dependencies, APIs, architecture patterns |
Prototype Tools
| Tool | Description |
|---|---|
list_prototype_tasks | List assigned prototype build tasks |
get_prototype_context | Load design system, approved documents, and preview context for a prototype task |
start_prototype_work | Mark a prototype task as in progress |
request_upload_credentials | Get scoped STS credentials for uploading prototype files to S3 |
submit_prototype | Submit a completed prototype with a page manifest |
Tool Authentication
All tools authenticate using your personal CLI token, configured during installation. The token is sent with each API request to the Konductro backend. No additional authentication is needed per-tool.