Skip to main content
Glama
freema

mcp-jira-stdio

by freema

jira_get_visible_projects

Read-only

Fetches all Jira projects accessible to the authenticated user, returning keys, names, descriptions, and metadata.

Instructions

Retrieves all projects accessible to the authenticated user. Returns project keys, names, descriptions, and basic metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expandNoAdditional project details to include
recentNoLimit to recently accessed projects
Behavior3/5

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

Annotations already state readOnlyHint=true, and the description adds that it returns project metadata. However, it does not disclose potential pagination behavior, rate limiting, or performance implications beyond the annotation.

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 one clear sentence that covers the core purpose and output. It is efficient, though adding structure (e.g., listing returned fields) could slightly improve scannability.

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

Completeness3/5

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

The description adequately explains the return value (keys, names, descriptions, metadata) despite no output schema. However, it omits details on pagination, ordering, or result limits, leaving some gaps for a list retrieval tool.

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 parameter descriptions already present. The description does not add extra meaning or usage context for 'expand' or 'recent' beyond what the schema provides, so baseline score applies.

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 the action (retrieves), the resource (all projects accessible to the authenticated user), and the specific data returned (keys, names, descriptions, basic metadata). This distinguishes it from sibling tools like jira_get_project_info which targets a single project.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus its siblings (e.g., jira_get_project_info for single project details). The description implies it's for listing, but lacks when-not-to-use or alternative tool references.

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/freema/mcp-jira-stdio'

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