Skip to main content
Glama
Germanicus1

Flow Boards MCP Server

by Germanicus1

list_tickets

List tickets by bin, parent, or child to locate specific tickets in your flow boards.

Instructions

List tickets filtered by bin, parent, or child.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
binIdNoFilter by bin ID
childIdNoFilter by child ticket ID (find parent)
parentIdNoFilter by parent ticket ID (list children)
Behavior2/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 only says 'filtered by' without disclosing that filters are optional (each is optional per schema), what happens when no filters are supplied (e.g., returns all tickets?), pagination behavior, or response format. The phrase 'filtered by' could even mislead an agent into thinking a filter is required.

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, compact sentence that directly states the tool's action and filters. Every word earns its place, with no fluff or repetition.

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?

For a list tool with three optional parameters and no output schema, the description is underspecified. It lacks essential context such as whether filters can be combined, whether an empty filter list returns all tickets, pagination or result size limits, and how this tool differs from search_tickets. An agent would need to infer too much.

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 100%, and the description merely restates the parameter names (bin, parent, child) without adding extra semantic meaning. The word 'or' might imply exclusivity, but it is ambiguous. Since the schema already documents each parameter, the description adds no meaningful value beyond the baseline.

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 uses a specific verb ('List') and resource ('tickets'), and clarifies the filtering dimensions (bin, parent, child). This clearly distinguishes it from sibling tools like get_ticket (single ticket) and search_tickets (full-text search).

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 a use case: listing tickets with optional filters. However, it does not explicitly state when to prefer this over search_tickets or get_ticket, nor does it mention when not to use it. The context is implied but not explicitly guided.

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/Germanicus1/flowboards-mcp'

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