Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- search_issues — Search Jira with JQL to find issues that may already cover the request.read-onlyidempotentopen internetuses JIRA_TOKENJira Cloud token
- get_issue — Fetch one issue in full, including its description, type, parent, and links.read-onlyidempotentopen internetuses JIRA_TOKENJira Cloud token
- get_create_meta — Fetch which fields are required and allowed when creating an issue of a given type in a project.read-onlyidempotentopen internetuses JIRA_TOKENJira Cloud token
- compose_acceptance_criteria — Write Given/When/Then acceptance criteria with edge cases and negative paths for one story.read-onlyidempotent
- create_issue — Create one Jira issue with the approved fields. Uses the plain-text description API.writeopen internetuses JIRA_TOKENJira Cloud token
- create_child_issue — Create a Jira issue underneath a parent epic or story.writeopen internetuses JIRA_TOKENJira Cloud token
- link_issues — Link two issues so a dependency between them is visible on the board.writeopen internetuses JIRA_TOKENJira Cloud token