Skip to main content
Glama

fetch_tickets

Read-onlyIdempotent

Analyze support trends and customer sentiment by retrieving Zendesk tickets with full conversation transcripts, filterable by date range and status.

Instructions

Fetch Zendesk support tickets with full conversation transcripts for trend analysis. Filters by date range and ticket status. Returns ticket metadata (subject, status, priority, tags, dates) and the complete conversation transcript for each ticket. Use for analyzing support trends, common issues, and customer sentiment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of tickets to return (default: 100, max: 1000). Higher limits take longer due to per-ticket comment fetching.
statusNoFilter by ticket status. Provide one or more statuses. Example: ["open", "pending"]. If omitted, all statuses are returned.
end_dateNoEnd date filter. Same formats as start_date. Only tickets created on or before this date are returned. Defaults to today if start_date is provided.
start_dateNoStart date filter. Supports relative dates like "past month", "past week", "past 7 days", "today", "yesterday", or ISO dates like "2026-03-01". Only tickets created on or after this date are returned.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description adds meaningful behavioral detail by explaining that the tool returns ticket metadata plus complete conversation transcripts, and supports date/status filters. There is no contradiction with the annotations.

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 three sentences, front-loaded with the main purpose, then output specifics, and a stated use case. Every sentence earns its place and there is no redundancy.

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 read-only fetch tool with no output schema, the description explains the return content (metadata and transcripts), filters, and usage context. Combined with rich schema descriptions and annotations, there are no major contextual gaps.

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% with each parameter fully described, including defaults and accepted formats. The description only restates the filtering capability without adding additional parameter-level detail, so the schema carries the semantic burden.

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 opens with a specific verb and resource ('Fetch Zendesk support tickets') and immediately distinguishes the tool by its key feature: full conversation transcripts. It clearly differentiates itself from the article-focused sibling tools by domain and purpose.

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 explicitly states the intended use case: 'Use for analyzing support trends, common issues, and customer sentiment.' It doesn't mention when not to use it or name alternatives, but the context is clear and sufficient for an agent.

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/djcorbett96/kojo-zendesk-mcp'

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