Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Payee Bank Details

list_payee_bank_details

Retrieve bank details for specified payees using their external IDs. Requires company ID and payee external IDs to return payment disbursement information.

Instructions

Return payee bank details for a company. Use this to perform the list payee action on Payments. Creates a new Payments and returns the created object on success (HTTP 201). Required parameters: company_id, payeeExternalIds. Procore API: Construction Financials > Payments. Endpoint: POST /rest/v1.0/companies/{company_id}/payments/disbursements/payee_bank_details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
payeeExternalIdsYesJSON request body field — the payeeexternalids for this Payments operation
Behavior2/5

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

While the annotations indicate non-read-only (readOnlyHint: false), the description claims a creation behavior. However, the description is internally inconsistent (return vs create), and there is no mention of side effects (e.g., what gets created, if any existing data is modified). The tool name further confuses the intended behavior.

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

Conciseness2/5

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

The description is not concise due to contradictory statements (return vs create) and includes extraneous technical details (e.g., Procore API path). The confusion undermines the structure; a clear, single purpose is missing.

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 tool has no output schema, so the description should explain what is returned. It states 'returns the created object on success' but does not describe the object structure or fields. Given the creation nature, it omits important context about what is being created and the consequences.

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 coverage is 100% with descriptions for both parameters. The description reiterates the required parameters but adds no additional meaning beyond the schema (e.g., data types, constraints, or relationships). For high coverage, a baseline of 3 is appropriate.

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

Purpose1/5

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

The description is contradictory: it says 'Return payee bank details' (a read action) but then immediately states 'Creates a new Payments' (a write action), with HTTP 201 on success. The tool name 'list_payee_bank_details' implies a listing operation, but the description indicates creation. This is severely misleading.

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?

The description lists required parameters but provides no guidance on when to use this tool versus alternatives. It does not state the context or prerequisites for calling the tool, nor does it mention when not 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/TylerIlunga/procore-mcp-server'

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