Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_project_account

Modify financial account details for construction projects in Procore, including bank account associations and business relationships.

Instructions

Update Project Account. [Construction Financials/Payments] PUT /rest/v1.0/companies/{company_id}/payments/projects/{project_id}/accounts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
project_idYesProject ID
businessIdNoUUID of the business to associate with the project
bankAccountIdNoUUID of the bank account to associate with the project
bankAccountTypeNoType of the bank account
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Update' which implies a mutation, but doesn't disclose if this requires special permissions, what happens to existing data, whether changes are reversible, or any rate limits. This is a significant gap for a mutation tool with zero annotation coverage.

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 sentence that efficiently states the tool's purpose and includes the API endpoint path, which adds technical context. However, it could be more front-loaded with clearer intent before the technical details.

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?

Given the complexity of updating a project account (likely involving financials/payments), no annotations, and no output schema, the description is inadequate. It doesn't explain what a 'Project Account' is, what fields can be updated, or the expected outcome, leaving the agent with insufficient context for safe and correct usage.

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 the schema already documents all parameters (company_id, project_id, businessId, bankAccountId, bankAccountType). The description adds no additional meaning beyond the schema, such as explaining relationships between parameters or usage examples. Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose3/5

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

The description states the action ('Update') and resource ('Project Account'), but it's vague about what 'Project Account' entails—it could refer to financial settings, user accounts, or other aspects. It doesn't distinguish from sibling tools, as many other tools also update project-related entities (e.g., 'update_project', 'update_project_vendor').

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 is provided on when to use this tool versus alternatives. The description lacks context about prerequisites, such as needing specific permissions or existing project accounts, and doesn't mention any sibling tools that might be related (e.g., for creating or deleting project accounts).

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