Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Currency Configuration

update_project_currency_configuration

Update a project's currency configuration by specifying company and project IDs. Modify currency ISO code, exchange rate, display options, and multicurrency settings.

Instructions

Update a project currency configuration by company ID and project ID. Use this to update an existing Currency Configurations (only the supplied fields are changed). Updates the specified Currency Configurations and returns the modified object on success. Required parameters: company_id, project_id. Procore API: Construction Financials > Currency Configurations. Endpoint: PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the Procore company
project_idYesURL path parameter — unique identifier for the Procore project
currency_iso_codeNoJSON request body field — the currency iso code for this Currency Configurations operation
company_currency_exchange_rate_overrideNoJSON request body field — override for the Company Currency Exchange Rate
currency_displayNoJSON request body field — currency Display Options
multicurrency_enabledNoJSON request body field — whether to apply currencies to the project's financial objects.
Behavior3/5

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

Annotations already indicate the tool is not read-only, not destructive, and not idempotent. The description adds that it 'returns the modified object on success' and updates only supplied fields. No further side effects, error behavior, or required permissions are disclosed. This is adequate but not comprehensive.

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 four sentences, covering purpose, usage, behavior, and API details. It is relatively concise, though the API endpoint and category could be omitted as they are not essential for an agent's invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 parameters, no output schema, and annotations provide basic safety info, the description reasonably explains the partial update behavior and return of modified object. It lacks details on return object structure and error conditions, but is sufficient for most use cases.

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%, so baseline is 3. The description reiterates required parameters (company_id, project_id) but adds no additional semantic meaning beyond what the schema provides. Optional parameters are mentioned in the schema description but not elaborated in the tool description.

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?

The description clearly states 'Update a project currency configuration' with specific identifiers (company ID, project ID). It distinguishes from sibling tools like create/get/delete by specifying 'update an existing' and 'only the supplied fields are changed', indicating a partial update.

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

Usage Guidelines4/5

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

The description tells when to use this tool: 'Use this to update an existing Currency Configurations'. It implies not to use for creation or deletion, and notes that only supplied fields are changed. However, it does not explicitly mention when not to use or list alternatives.

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