Skip to main content
Glama

create_jira_integration_artifacts

Creates Jira webhook and automation rule JSON for bidirectional integration, including loop prevention via labels and step-by-step import instructions.

Instructions

Create Jira-side artifacts for a bidirectional integration:

  • Registers a Jira webhook (calls the inbound endpoint when issues change)

  • Generates a Jira Automation rule JSON (ready to import in Jira UI)

  • Returns step-by-step instructions for importing the automation rule

The automation rule includes loop-prevention via issue labels. Requires the integration plan from design_integration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesPlan from design_integration
inbound_urlNoThe inbound endpoint URL the other platform exposes (e.g. the SN Scripted REST API URL)
webhook_secretNoShared secret to add as a header for webhook security
Behavior3/5

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

No annotations provided, so description carries full burden. Describes registering a webhook and generating JSON, with loop-prevention mention. Lacks details on side effects, idempotency, permissions, or error handling. Adequate but not comprehensive.

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?

Bullet list clearly separates actions, front-loaded with main purpose. Every sentence adds value without redundancy.

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?

Covers creation steps and prerequisite, but lacks output format details (e.g., returned data structure). With no output schema, more description of return values would improve completeness.

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%, so baseline is 3. Description adds minimal extra: notes plan comes from 'design_integration', but does not enrich beyond schema for inbound_url or webhook_secret.

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?

Description clearly states it creates Jira-side artifacts for bidirectional integration, listing three specific artifacts (webhook, automation rule JSON, instructions). It distinguishes from siblings like 'build_jira_automation' and other platform-specific integration tools.

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?

Explicitly states it requires the plan from 'design_integration', providing a prerequisite. Does not explicitly exclude alternatives or state when not to use, but context makes usage clear.

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