Skip to main content
Glama

connect_jira

Connect to a Jira Cloud instance by providing your Atlassian URL, account email, and API token. This establishes a session for Jira access.

Instructions

Connect to a Jira Cloud instance in one step.

WHEN TO CALL: At the start of any session that needs Jira access, or when get_config shows jira.configured = false.

HOW TO ASK THE USER: "To connect to your Jira instance I need three things: 1. Your Atlassian URL (e.g. https://yourcompany.atlassian.net) 2. Your Atlassian account email 3. A Jira API token — generate one at: https://id.atlassian.com/manage-profile/security/api-tokens These are held in memory for this session only — never stored or logged."

After calling this tool, confirm the connection and proceed with the user's request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
base_urlYesAtlassian URL, e.g. https://yourcompany.atlassian.net
emailYesAtlassian account email address
api_tokenYesJira API token from id.atlassian.com/manage-profile/security/api-tokens
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that credentials are held in memory only and never stored or logged, plus steps after call. Could mention connection failure handling.

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?

Well-structured with WHEN TO CALL and HOW TO ASK THE USER sections. Every sentence provides value, no unnecessary information.

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?

No output schema, and description doesn't explain what the tool returns (e.g., success indicator). It instructs to 'confirm connection' but doesn't specify tool's output. Lacks completeness for a connection 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 descriptions for each parameter. The description adds context about how to ask the user but doesn't significantly enhance meaning beyond 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 connects to a Jira Cloud instance in one step. It distinguishes from siblings like connect_salesforce and connect_servicenow by specifying Jira.

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

Usage Guidelines5/5

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

Explicitly states when to call (start of session or when jira.configured is false) and provides a detailed script for asking the user for credentials.

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/pinnintisagarSB/ServiceNow-Dev-MCP'

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