Skip to main content
Glama
qamary666

jira-aio-mcp-server

by qamary666

get_aio_projects

Retrieve a complete list of all projects from Jira AIO Test Case Management to identify available project contexts.

Instructions

Get list of all projects in AIO

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It signals a read-only listing operation via 'Get list', which is the core behavioral trait, but it does not disclose details such as output shape, pagination, authentication needs, or whether projects are returned as summary objects or full records.

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

Conciseness5/5

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

The description is a single efficient sentence with no filler. It front-loads the action and resource, and every word contributes to understanding what the tool does.

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 this is a zero-parameter tool with no output schema and no annotations, the description is mostly complete for an agent to decide to call it. The only notable gap is the lack of any information about the returned shape, but for a simple get-all listing this is a minor omission.

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

Parameters4/5

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

The tool has zero parameters, and the schema description coverage is 100% vacuously. The description adds useful context by specifying 'all projects in AIO', which clarifies scope even though there are no inputs to document.

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 verb ('Get'), the resource ('projects'), and the scope ('all projects in AIO'). This distinguishes it from sibling tools that operate on testcases, folders, or individual cases, so an agent can tell them apart without inspecting schemas.

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 provides clear context: use this tool when you need the full list of all AIO projects. It does not explicitly discuss exclusions or alternatives, but for a simple get-all listing this is reasonably apparent from the resource name and sibling set.

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