Skip to main content
Glama

Search Projects

jira_search_projects
Read-only

Search 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

TableJSON Schema
NameRequiredDescriptionDefault
queryYesName or key prefix to search for
max_resultsNoMaximum number of results to return
current_project_idsNoComma-separated list of project IDs to exclude from results

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true. The description adds behavioral details: projects are ranked, not all are fetched, keys are returned uppercase, and an environment variable can filter results. This adds value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with a header, usage explanation, and structured Args/Returns sections. It is concise but includes some redundancy (e.g., repeating parameter descriptions present in schema). Still efficient and informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 params, output schema exists), the description covers purpose, behavioral quirks (uppercase keys, filter), and return type. It does not address error cases or empty query behavior, but is generally complete for this context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all three parameters. The description adds little beyond what the schema already provides for parameters (e.g., 'query: Name or key prefix' repeats schema). The behavioral notes about uppercase keys and filter are not parameter-specific. Baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Search for Jira projects by name or key prefix' with a specific verb and resource. It distinguishes itself from siblings like jira_get_all_projects by noting it uses a picker endpoint for ranked results without fetching all projects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (searching by name/prefix) versus alternatives (like fetching all projects), but does not explicitly state when not to use or list alternatives. The mention of the JIRA_PROJECTS_FILTER provides additional context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GeiserX/atlassian-browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server