Skip to main content
Glama

pylon_search_issues

Search issues by applying filters such as state, tags, title text, assignee, account, requester, or team. Refine results to find specific issues without listing all.

Instructions

Search issues using structured filters; requires at least one filter. For unfiltered listing, use pylon_get_issues instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoFilter by state: "new", "waiting_on_you", "waiting_on_customer", "on_hold", or "closed"
tagNoFilter by single tag; combine with state for custom statuses (e.g., state="on_hold" + tag="waiting on eng")
tagsNoFilter by multiple tags (issue must have ALL specified tags)
title_containsNoSearch text within issue titles
assignee_idNoFilter by assignee user ID
account_idNoFilter by account/company ID
requester_idNoFilter by requester/contact ID
team_idNoFilter by team ID
limitNoMax results to return
Behavior2/5

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

No annotations provided, so description must convey behavioral traits. It only mentions the filter requirement but does not disclose return format, pagination, rate limits, or whether the operation is read-only. For a search tool, this is insufficient transparency.

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?

Single sentence is highly concise, includes essential instruction and sibling differentiation. No wasted words.

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?

No output schema exists, so description should explain what the tool returns (e.g., list of issues). It fails to mention return type or structure. However, given the filter requirement and sibling distinction, it covers the basic context but misses the output description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions, but the description adds value by noting that combining state and tag yields custom statuses, and by stating the 'at least one filter' requirement. This goes beyond the schema alone.

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?

Description clearly states 'Search issues using structured filters' and distinguishes from pylon_get_issues for unfiltered listing. Verb 'search' plus noun 'issues' with qualifier 'using structured filters' provides specific purpose.

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

Usage Guidelines5/5

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

Explicitly says 'requires at least one filter' and suggests alternative tool for unfiltered listing: 'use pylon_get_issues instead'. This provides clear when-to-use and when-not-to-use guidance.

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/mgmonteleone/pylon-mcp'

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