Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Project Currency Configuration

delete_project_currency_configuration
DestructiveIdempotent

Permanently deletes a project's currency configuration. Afterwards, currency fields become null until a new configuration is set. Returns 404 if none exists.

Instructions

Deletes the project's currency configuration. Returns the deleted configuration in the 200 response body. After deletion, subsequent GETs return null currency fields until a new configuration is created. Returns 404 if no configuration exists. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted. Permanently removes the project currency configuration. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id. Procore API: Construction Financials > Currency Configurations. Endpoint: DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — integer ID of the Procore company that owns the project. Obtainable from GET /rest/v1.0/companies.
project_idYesURL path parameter — integer ID of the Procore project. Obtainable from GET /rest/v1.0/companies/{company_id}/projects. Identifies which project's currency configuration to act on.
Behavior5/5

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

Beyond the annotations, the description discloses that the deleted configuration is returned in the 200 response body, that subsequent GETs return null currency fields until a new configuration is created, and that a repeat call returns 404. It also details common error statuses (401, 403, 404) and the error payload format, all of which are not present in the annotations.

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

Conciseness5/5

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

The description is longer than average but every sentence carries distinct information: core action, response body, post-deletion state, error condition, safety tip, defaulting behavior, irreversibility, required parameters, and API reference. The primary purpose is stated first, and supporting details follow in a logical, front-loaded structure.

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

Completeness5/5

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

For a destructive tool with no output schema, the description comprehensively covers return values, side effects, error semantics, prerequisites, and default values. It also includes the exact HTTP endpoint and Procore API category, making it fully self-contained for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides full descriptions of company_id and project_id (coverage 100%), so the baseline is 3. The description adds the valuable context that these parameters default to values set by procore_set_config when omitted and that they are required. This supplements the schema without redundancy.

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 opens with 'Deletes the project's currency configuration,' clearly stating the action and target. It further specifies that the deletion is permanent and cannot be undone, distinguishing it from create/update tools among siblings like update_project_currency_configuration. The project-level scope is explicit, differentiating it from company-level configuration tools.

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

Usage Guidelines5/5

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

The description instructs to 'Confirm the target id with the matching show or list tool before calling' and notes that a 404 is returned when no configuration exists, implying when not to call. It also explains default behavior for omitted company_id and project_id via procore_set_config, and warns about irreversibility, providing clear guidance for safe usage.

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