Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_API_KEY | Yes | Your Jira API key. You can find info on creating and managing Jira API keys at Atlassian support. | |
JIRA_USER_EMAIL | Yes | Your user email address. This is needed for Authorization with the API. | |
JIRA_PROJECT_KEY | Yes | The default key you'd like to use for creating new issues. | |
JIRA_PROJECT_URL | Yes | Your Jira project URL including '/rest/api/3' at the end. Should look like 'https://your-project.atlassian.net/rest/api/3'. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
example_tool | An example tool that processes messages |