Skip to main content
Glama

Search Cases

search_cases
Read-only

Find FogBugz cases using search syntax to filter by project, status, assignee, priority, tags, or milestones.

Instructions

Searches for FogBugz cases using FogBugz search syntax. Examples: "project:Website status:Active" to find open Website cases; "assignedTo:jane priority:1" for Jane's urgent cases; "tag:regression milestone:v2.0" for regression bugs in a milestone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query. Supports FogBugz search syntax, e.g. "project:Website status:Active", "assignedTo:jane priority:1", or a plain keyword like "crash".
limitNoMaximum number of cases to return
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds useful context about search syntax and examples, but doesn't disclose behavioral traits like pagination, rate limits, or authentication requirements beyond what annotations provide.

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 perfectly front-loaded with the core purpose, followed by three specific examples that each demonstrate different search patterns. Every sentence earns its place by illustrating practical usage without unnecessary elaboration.

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

Completeness4/5

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

For a search tool with good annotations (readOnlyHint) and comprehensive schema coverage, the description provides sufficient context about search syntax and examples. The main gap is the lack of output schema, but the description compensates somewhat by showing what types of results to expect through the examples.

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%, so the schema already documents both parameters thoroughly. The description provides helpful examples of query syntax but doesn't add significant semantic meaning beyond what's in the schema descriptions. This meets the baseline for high schema coverage.

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 specific action ('Searches for FogBugz cases') and resource ('FogBugz cases'), distinguishing it from siblings like get_case (single case retrieval) or list_my_cases (pre-filtered list). It explicitly mentions the search syntax, which differentiates it from simpler listing tools.

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 provides clear context about when to use this tool (searching with FogBugz syntax) through multiple examples. However, it doesn't explicitly state when NOT to use it or mention alternatives like list_my_cases for a user's own cases or get_case for single-case retrieval by ID.

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/todevelopers/fogbugz-mcp'

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