Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Tax Code

update_tax_code

Update an existing tax code's attributes in Procore. Modify fields such as code, description, rate, or archive status by providing the ID and company ID.

Instructions

Update a Tax Code's attributes. Use this to update an existing Tax records (only the supplied fields are changed). Updates the specified Tax records and returns the modified object on success. Required parameters: id, company_id. Procore API: Construction Financials > Tax. Endpoint: PATCH /rest/v1.0/tax_codes/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Tax resource
company_idYesQuery string parameter — unique identifier for the company.
codeNoJSON request body field — the Tax Code
descriptionNoJSON request body field — the Description of the Tax Code
origin_dataNoJSON request body field — additional Third-party Metadata for the Tax Code. Note: This is a free-form text field.
origin_idNoJSON request body field — the Third-party ID of the Tax Code
rate1NoJSON request body field — rate to apply for first Tax Type
archivedNoJSON request body field — set to true if this tax code has been archived
default_tax_codeNoJSON request body field — set to true if this tax code is default tax code
Behavior4/5

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

Annotations indicate non-readonly, non-destructive. The description adds that only supplied fields are changed (partial update) and returns the modified object. It also gives the API category and endpoint, providing useful behavioral context beyond annotations.

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, front-loading the main purpose. It includes endpoint and API details which are useful but add length. Overall efficient with minimal redundancy.

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?

With no output schema, the description usefully states 'returns the modified object'. It also provides the API category and endpoint. For an update operation with 9 parameters, it covers the essential behavioral aspects and return value, though could mention idempotency.

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 the input schema already documents parameters. The description only mentions required parameters id and company_id, adding no new semantics 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 it updates a Tax Code's attributes, using the verb 'update' and specifying the resource as 'Tax Code'. It mentions 'Tax records' which is slightly ambiguous but overall is clear and distinct from create or list operations.

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 provides context: 'Use this to update an existing Tax records' and notes that only supplied fields are changed. It lists required parameters (id, company_id) but does not explicitly exclude creation or other operations, lacking comparison with siblings like create_tax_code.

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