jira_get_agile_boards
Find Jira agile boards by name, project key, or type. Use fuzzy search and pagination to retrieve matching board details.
Instructions
Get jira agile boards by name, project key, or type.
Args: ctx: The FastMCP context. board_name: Name of the board (fuzzy search). project_key: Project key. board_type: Board type ('scrum' or 'kanban'). start_at: Starting index. limit: Maximum results.
Returns: JSON string representing a list of board objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50) | |
| start_at | No | Starting index for pagination (0-based) | |
| board_name | No | (Optional) The name of board, support fuzzy search | |
| board_type | No | (Optional) The type of jira board (e.g., 'scrum', 'kanban') | |
| project_key | No | (Optional) Jira project key (e.g., 'PROJ-123') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |