Skip to main content
Glama
tickiti

tickiti-mcp

Official

List Tickiti API endpoints

list_endpoints

List available Tickiti API endpoints, filterable by family (e.g., tickets, reports). Get each endpoint's action key, required abilities, role, plan gates, and path params.

Instructions

Discover available Tickiti v1 endpoints. Optionally filter by family (one of: administration, idempotency_key, mail, reports, settings, supervisor, templates, tickets, workflow). Returns each endpoint's action key, required abilities, role, plan gates and path params — use these with tickiti_call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNoFilter to one family: administration, idempotency_key, mail, reports, settings, supervisor, templates, tickets, workflow
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It accurately describes a read-only discovery operation and lists the returned fields (action key, required abilities, etc.), providing sufficient transparency for a simple list tool.

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

Conciseness5/5

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

The description is extremely concise: only two sentences. The first sentence states the main purpose, and the second adds details and usage guidance. Every word earns its place.

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

Completeness5/5

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

For a simple list tool with a single optional parameter, the description is fully complete. It explains what the tool does, what it returns, and how to use the output, despite the lack of an explicit output schema.

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?

Schema coverage is 100%, and the description repeats the same information from the schema (the optional 'family' parameter and its possible values). It adds no new meaning beyond what the schema already provides, meeting the baseline of 3.

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

Purpose5/5

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

The description clearly states the tool's purpose: 'Discover available Tickiti v1 endpoints.' It uses a specific verb ('discover/list') and resource ('endpoints'), and it is distinct from sibling tools that list other entities like queues or perspectives.

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

Usage Guidelines4/5

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

The description explains optional filtering by family and explicitly guides the agent to use the returned data with 'tickiti_call'. While it doesn't state when not to use the tool or name alternatives, the context is clear and helpful.

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/tickiti/tickiti-mcp'

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