Skip to main content
Glama
just5ky

axur-mcp

by just5ky

tickets

Search and retrieve security incident tickets from the Axur platform. List, get, bulk fetch, view history, or list supported ticket types.

Instructions

Search, retrieve, and inspect Axur platform tickets. Actions: list (filter/search tickets), get (single ticket), bulk_get (multiple tickets by keys), history (ticket change history), types (list supported ticket types).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1)
orderNoSort order
actionYesAction to perform: list (search/filter tickets), get (single ticket by key), bulk_get (multiple tickets by keys), history (ticket history), types (supported ticket types)
filterNoQuery filter for list action. Example: 'current.type=phishing&current.status=open&current.open.date=ge2024-01-01'
sortByNoSort field. Example: 'ticket.creation.date'
includeNoFields to include for list/get: 'fields,snapshots,texts,attachments'. Default is all.
pageSizeNoPage size (default 50)
timezoneNoUTC offset. Example: '-03:00' or 'Z'
ticketKeyNoTicket key (required for get, history)
ticketKeysNoComma-separated ticket keys (required for bulk_get)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description implies read-only operations ('search, retrieve, inspect'), but it does not explicitly state that the tool is non-destructive. There are no annotations to cover this, so the description carries the burden. It fails to disclose authentication needs, rate limits, or any side effects, leaving behavioral traits ambiguous.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured as a list of actions but is somewhat verbose. It front-loads the main purpose but could be more concise by focusing on the primary 'list' action and noting sub-actions briefly. Each sentence provides some value, but the length could be reduced without losing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (10 parameters, multiple actions) and lack of output schema, the description does not sufficiently explain what the tool returns for each action. It describes input but not output structure or behavior, leaving gaps for the agent to understand the full context of invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, meaning each parameter already has a description. The tool description adds minimal new semantic value beyond repeating the action list. The baseline is 3 due to high schema coverage, and the description does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool is for searching, retrieving, and inspecting tickets, and it enumerates specific actions (list, get, bulk_get, history, types). However, it does not explicitly distinguish this tool from sibling tools 'ticket_details' and 'ticket_stats', which are likely more specialized.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'ticket_details' and 'ticket_stats', the agent has no criteria to decide which tool to invoke. The description only lists actions without context on when each is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/just5ky/axur-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server