ai-l1-support-agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | Model name to use with the LLM provider. | |
| LLM_API_KEY | No | API key for the LLM provider (if required). | |
| LLM_BASE_URL | No | Base URL for the LLM API (e.g., LM Studio endpoint). | |
| LLM_PROVIDER | No | The LLM provider to use. Defaults to a rule-based provider for tests and reproducible demo. | |
| LLM_REASONING | No | Reasoning effort setting for the LLM (e.g., 'none'). | |
| TICKET_SOURCE | No | Source of tickets: 'fixture' for local snapshot or 'remote' for public MockAPI. | fixture |
| TICKETS_API_URL | No | Base URL for the tickets API used in generated links. | |
| ALLOW_REMOTE_WRITES | No | If 'true', allows remote writes (reserved safeguard; currently not implemented). | false |
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 |
|---|---|
| tickets_list_newA | List tickets whose effective status is |
| tickets_getA | Get one source ticket with local agent classification, replies and status overlay. |
| tickets_update_classificationA | Persist agent classification locally without rewriting source labels. |
| tickets_add_replyA | Add a local mock reply and either wait for the user or close the ticket. |
| tickets_change_statusA | Change status in the local overlay; the public MockAPI remains untouched. |
| knowledge_searchA | Search published Markdown articles by title, keywords and body tokens. |
| knowledge_get_articleA | Read one published knowledge article by its stable ID. |
| knowledge_create_draftA | Create a local create/update draft that cannot bypass human review. |
| telegram_notify_l2A | Write a concise L2 escalation into the mock Telegram outbox. |
| github_create_bugA | Create a linked mock GitHub Issue without inventing missing logs or context. |
| feedback_addA | Add a mock user, L2 or developer response linked to the original ticket. |
| feedback_listA | List mock user and engineer responses for a ticket in chronological order. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/infernaltiger/ai-l1-support-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server