Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_MODE | No | Logging mode configuration | strict |
| JIRA_HOST | Yes | Your Jira instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_EMAIL | Yes | Your email address associated with Jira | |
| JIRA_API_TOKEN | Yes | Your Jira API token with appropriate permissions |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Jira Insights Instance Summary | High-level statistics about the Jira Insights instance |
| AQL Syntax Guide | Comprehensive guide to Assets Query Language (AQL) syntax with examples |
| Imports Schema and Mapping Definition (Full Schema) | Complete JSON schema definition for Imports Schema and Mapping (large reference document) |
| Imports Schema and Mapping Documentation | User-friendly documentation of the Imports Schema with examples and explanations |
| All Jira Insights Schemas | Complete list of all schemas with their object types |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_jira_insight_schema | Manage Jira Insights object schemas with CRUD operations |
| manage_jira_insight_object_type | Manage Jira Insights object types with CRUD operations |
| manage_jira_insight_object | Manage Jira Insights objects with CRUD operations and AQL queries |