Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Project Exchange Rates

create_project_exchange_rates

Create currency configuration exchange rates for a Procore project. Provide company, project, base currency, and exchange rates to set up multi-currency transactions.

Instructions

Create project exchange rates by company ID. Use this to create a new Currency Configurations in Procore. Creates a new Currency Configurations and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, base_currency_iso_code, exchange_rates. Procore API: Construction Financials > Currency Configurations. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration/exchange_rates

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
base_currency_iso_codeYesJSON request body field — base Currency ISO Code
exchange_ratesYesJSON request body field — project exchange rates
Behavior3/5

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

Annotations indicate readOperation=false (modifies data) and destructiveHint=false. The description adds 'returns the created object on success (HTTP 201)', which provides some behavioral context. However, it does not disclose what happens if the exchange rate already exists, or any side effects, leaving gaps in transparency.

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

Conciseness3/5

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

The description is 4 sentences, with some redundancy (first and third sentences both say 'create new Currency Configurations'). It is structured but could be more concise by eliminating repetition. The API endpoint info is useful but not essential.

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?

With 4 required params and no output schema, the description covers the basic purpose and required parameters. However, it lacks details on idempotency (idempotentHint=false), error scenarios, and the structure of exchange_rates. For a creation tool, this is minimally adequate but not complete.

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?

All 4 parameters have schema descriptions (100% coverage), so the description's listing of required parameters adds no new meaning. The description does not clarify the structure of exchange_rates array or provide additional semantic hints beyond the schema.

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 'Create project exchange rates by company ID' and mentions creating a new Currency Configurations, which indicates the resource and action. However, there is slight ambiguity between 'exchange rates' and 'Currency Configurations', and it does not distinguish this tool from siblings like create_company_exchange_rates.

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

Usage Guidelines3/5

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

The description says 'Use this to create a new Currency Configurations in Procore', which implies the use case. But it lacks explicit when-not-to-use or alternative tools, such as when to use create_company_exchange_rates or update_project_exchange_rates. The agent is left to infer from context.

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