Skip to main content
Glama

phabricator_transaction_search

Search for transactions like comments and status changes on any Phabricator object such as D123 or T456, with filters by author or PHIDs and pagination support.

Instructions

Search transactions (comments, status changes, etc.) on a Phabricator object (e.g., "D123", "T456")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectIdentifierYesObject ID (e.g., "D123", "T456") or PHID to get transactions for
constraintsNoSearch constraints
limitNoMaximum results (max 100)
afterNoCursor for next-page pagination
beforeNoCursor for previous-page pagination
Behavior3/5

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

Description identifies the operation as a search (read) and lists transaction types (comments, status changes), but does not disclose pagination behavior or error handling; no annotations are provided to supplement.

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 that is front-loaded with the action 'Search' and includes key details; 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?

Description is adequate for a search tool with well-documented schema but does not explain return value structure or provide behavioral context beyond the schema; no output schema exists to fill 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?

Input schema has 100% description coverage, so baseline is 3; description adds context for the primary parameter (objectIdentifier) but does not enhance understanding of constraints or pagination parameters beyond the schema.

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 verb 'Search', resource 'transactions on a Phabricator object', and provides examples 'D123', 'T456', distinguishing it from sibling tools that search for objects themselves.

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?

Description implies usage for retrieving transactions on a specific object, but lacks explicit guidance on when to use versus alternatives or when not to use.

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/freelancer/phabricator-mcp'

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