Skip to main content
Glama
northrosetech

GHL MCP Server

List Transactions

ghl_list_transactions
Read-onlyIdempotent

List payment transactions for a specific location, with options to limit and offset for pagination.

Instructions

Get payment transactions for a location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
locationIdNo
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds minimal behavioral context (location scoping) but does not disclose pagination, ordering, or return format. With annotations covering the risk profile, a 3 is appropriate.

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, clear sentence with no filler or redundancy. It effectively front-loads the core information: the operation and the target resource.

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?

For a simple list tool with 3 parameters and strong annotations, the description gives a minimal viable overview. However, it omits details like pagination behavior, whether locationId is required, and what fields are returned. Since there is no output schema, a bit more context would be helpful, so 3 is appropriate.

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 0%, but the description adds meaning to locationId by indicating transactions are scoped by location. It does not explain limit or offset, though those are common pagination parameters with defaults and bounds already in the schema. The description partially compensates for the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource ('payment transactions') and the context ('for a location'), using a specific verb 'Get'. It is distinct from sibling tools like ghl_list_invoices and ghl_list_orders, though it does not explicitly contrast with them.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as listing invoices or orders, nor any mention of prerequisites like requiring a locationId. The description only states what the tool does, not when to use it.

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/northrosetech/ghl-mcp-server'

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