Skip to main content
Glama
boostuagency

boostu-teamleader-mcp

by boostuagency

teamleader_tickets_list

List support tickets with optional filters for customer or status. Narrow down results to find the specific tickets you need.

Instructions

List support tickets, optionally filtered by customer or status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
page_sizeNomax 100
customer_idNoCustomer ID for filtering (requires customer_type)
customer_typeNoCustomer type for filtering
ticket_status_idNoFilter by ticket status ID
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states that the tool lists tickets with optional filters, omitting important behaviors such as pagination (page/page_size), default result limits, ordering, or that it is a read-only operation. Without these details, the agent cannot anticipate response size or any constraints.

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 a single, clear sentence that states the core function and key optional filters. No filler or redundancy, and the most important information is front-loaded. It earns a high score for efficiency.

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

Completeness3/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 no output schema, the description covers the basic purpose and optional filters, but it lacks mention of pagination behavior, response format, or any constraints. Since the schema includes page and page_size, the absence of any note about how these are used is a gap. The description is minimally viable but not comprehensive.

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 description coverage is high (80%), with descriptions for customer_id, customer_type, ticket_status_id, and page_size. The description adds little beyond the schema, merely restating that filters are available. It does clarify the high-level purpose of customer/status filters, but does not explain parameter relationships (e.g., customer_id requires customer_type) beyond what the schema already specifies. Baseline 3 applies.

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 uses a specific verb ('List') and resource ('support tickets'), clearly conveying the tool's function. It mentions optional filters for customer or status, which helps distinguish it from ticket-specific tools like teamleader_tickets_info or teamleader_tickets_create. However, it does not explicitly name alternatives or contrast with sibling list/info tools.

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

Usage Guidelines3/5

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

The description implies usage: this tool lists tickets and optionally filters them, so agents can infer when to use it. However, there is no explicit guidance on when to prefer this over teamleader_tickets_info (for single tickets) or how to handle pagination versus other list tools. The phrase 'optionally filtered' provides some context but lacks exclusions or alternatives.

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/boostuagency/boostu-teamleader-mcp'

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