Skip to main content
Glama
brian7989

benepass-mcp

by brian7989

List transactions

list_transactions
Read-only

Retrieve transaction records for your workspace with pagination controls and optional benefit filtering to track spending or reconcile accounts.

Instructions

List transactions for the current workspace. Paginate with limit/offset; optionally filter by benefit_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (default 20)
offsetNoOffset for pagination (default 0)
benefit_idNoFilter by benefit id
workspace_idNoWorkspace id; defaults to the first employment workspace

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The readOnlyHint annotation covers the read-only nature, and the description adds pagination and filtering behavior. However, the description says 'current workspace' while the schema includes a workspace_id parameter, potentially misleading agents about the ability to override the workspace.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no wasted words. It front-loads the core purpose and then specifies pagination and optional filtering. However, it omits a parameter (workspace_id) that is present in the schema, slightly reducing completeness.

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?

The description is incomplete for a tool with four parameters, especially since workspace_id is not mentioned and the description implies a fixed scope ('current workspace'). The tool's behavior around workspace selection is under-specified, and no guidance on output or when to use alternatives is provided.

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 each parameter already has a clear description. The tool description mentions limit, offset, and benefit_id but adds no new semantic details beyond the schema; it also omits workspace_id entirely.

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 states the operation ('List transactions') and the resource ('for the current workspace'), which distinguishes it from sibling tools like list_accounts or list_benefits. However, it does not explicitly name alternatives or edge cases, so it is not a 5.

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?

No guidance on when to use this tool versus other listing tools, nor any prerequisites or exclusions. The description simply states what it does without providing contextual selection rules.

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/brian7989/benepass-mcp'

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