Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
jira_get_issue | Get details of a specific JIRA issue |
jira_search | Search issues using JQL (JIRA Query Language) |
jira_create_issue | Create a new JIRA issue |
jira_update_issue | Update an existing JIRA issue |
jira_transition_issue | Transition an issue to a new status |
jira_add_comment | Add a comment to a JIRA issue |