ticket-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| learn_conventionsA | Learn how this team writes tickets, and cache the result. Slow: it reads the comments and linked changes of up to Pass |
| house_styleA | What this team's tickets look like: template, length, labels, habits. Reads the cached profile. Says so plainly if none has been learned yet rather than returning something empty that looks like an answer. |
| ticket_templateA | The skeleton to fill in when writing a new ticket here. Use this before drafting, not after. It returns the sections this team actually uses and the length they actually write - then write the ticket yourself. The server has no opinion about the content. |
| template_gapsA | Compare the issue template this repository declares with the tickets it gets. Reads
Use this when asked how to improve a board rather than one ticket. It is the only tool here that reads what the project said it wanted, instead of only what it does. |
| ticket_contextA | Gather what is known about a subject before you write the ticket for it. Call this together with
Read the files it points at before drafting. The list is a search result, not an understanding of the code, and it will include things that merely share a word. |
| review_draftA | Check a ticket you have written but not created yet. Call this on your own draft before showing it to the user, and fix
what it finds rather than reporting it. It is the same measurement
This exists so the check happens before the point of no return. Creating the ticket first notifies whoever watches the board and turns every fix into an edit with a history. |
| review_ticketA | Measure one ticket against the learned house style. Every finding cites a count over the exemplar sample. Repeat those numbers to the user - they are the difference between this and generic advice. |
| review_open_ticketsA | Review every open ticket and list them least-aligned first. A planning tool: the answer to "what needs tidying before we can estimate
any of this". One line per ticket, so call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |