Skip to main content
Glama

jira_my_tasks

List tasks assigned to you in active statuses like To Do and Doing. Use with no key to see your current work set, or add extra JQL to filter further.

Instructions

List MY tasks: assigned to me, in active statuses (default: To Do, Doing).

This is the default local-dev working set — call with no key to see what to work on. Override statuses via env JIRA_ACTIVE_STATUSES.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax tasks to return.
extra_jqlNoOptional extra JQL ANDed in, e.g. 'project = PROJ'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so the description carries the burden. It discloses that the tool returns tasks assigned to the current user, with active statuses (default To Do, Doing), and mentions the ability to override via environment variable. This is transparent about filtering behavior.

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 two sentences plus a short note, all front-loaded with the main purpose. Every sentence adds value with no wasted words.

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

Completeness5/5

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

For a simple list tool with output schema and 2 parameters, the description is complete: it explains purpose, default behavior, customization, and usage hint. No need for return value explanation since output schema exists.

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?

Schema coverage is 100% with descriptions for both parameters. The description adds context beyond the schema, such as 'call with no key' and the environment variable override for statuses, which is not in the schema.

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 tool lists tasks assigned to the user in active statuses, with specific defaults. It distinguishes itself from siblings like jira_search by emphasizing 'MY tasks' and being the default local-dev working set.

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 tells when to use it (call with no key to see what to work on) and hints at customization via environment variable. It does not explicitly state when not to use it or compare to alternatives, but the context is sufficient for typical use.

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

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