Skip to main content
Glama

list_projects

Lists accessible Jira projects filtered by name or key, with pagination to control results. Helps you locate project identifiers and navigate available projects.

Instructions

접근 가능한 Jira 프로젝트 목록을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo프로젝트 이름/키 검색어
startAtNo시작 인덱스 (페이지네이션)
maxResultsNo최대 결과 수 (기본: 50)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.1

TDQS

A3.7/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 behavioral disclosure burden. It usefully scopes the result to 'accessible' projects and implies a read-only lookup via '조회'. However, it does not mention pagination behavior, authentication requirements, rate limits, or return shape.

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?

A single focused sentence states the resource, action, and access scope with no wasted words. The meaning is immediate and easy to parse.

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 tool is simple and its parameters are fully documented in the schema, but there is no output schema and the description does not describe the return format or pagination details. It is adequate for basic invocation but leaves some ambiguity about what the response contains.

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 description coverage is 100%, so all three parameters are already documented in the input schema. The description adds no extra parameter-level context, which is acceptable under the baseline because the schema carries the burden.

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 states a specific verb and resource: it retrieves the list of accessible Jira projects. This clearly distinguishes it from siblings like get_issue, jql_search, and create_issue, which operate on different resources or use different mechanisms.

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

Usage Guidelines3/5

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

The description implies when to use the tool: whenever the agent needs a list of Jira projects the current user can access. However, it gives no explicit exclusions or alternative tool references, leaving some routing decisions to inference from sibling names.

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

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/Choing-dev/jira-mcp'

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