Search Projects
jira_search_projectsSearch for Jira projects by name or key prefix to quickly find matching projects without fetching all visible projects.
Instructions
Search for Jira projects by name or key prefix.
Uses the projects picker endpoint to return a ranked list of matching projects without fetching every visible project on the instance.
Args: ctx: The FastMCP context. query: Name or key prefix to search for. max_results: Maximum number of results to return. current_project_ids: Comma-separated project IDs to exclude.
Returns: JSON string representing a list of matching project objects. Project keys are always returned in uppercase. If JIRA_PROJECTS_FILTER is configured, only returns projects matching those keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name or key prefix to search for | |
| max_results | No | Maximum number of results to return | |
| current_project_ids | No | Comma-separated list of project IDs to exclude from results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |