Skip to main content
Glama
TylerIlunga

Procore MCP Server

Sync Tax Types

sync_tax_types

Create or update a batch of tax types in Procore. Updates only supplied fields and returns modified object. Requires company_id and updates.

Instructions

This endpoint creates or updates a batch of Tax Types. 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: company_id, updates. Procore API: Construction Financials > Tax. Endpoint: PATCH /rest/v1.0/tax_types/sync

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesJSON request body field — unique identifier for the Procore company
updatesYesJSON request body field — the updates for this Tax operation
Behavior2/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds minimal behavioral context. It states it creates/updates and returns the modified object, but does not disclose potential side effects, authentication requirements, rate limits, or partial failure handling. With low annotation coverage, the description should provide more behavioral details.

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 fairly concise at three sentences, but includes meta information (API version and endpoint) that may not be necessary for tool selection. It efficiently conveys the batch update nature, but could be more streamlined.

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?

The description lacks crucial details for a batch sync operation. It does not explain how to identify which Tax Type records to update (e.g., by ID in the updates array) or the structure required for the updates array. Without this, an AI agent cannot correctly construct the `updates` parameter. The missing output schema further reduces completeness.

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?

Schema coverage is 100% for the two parameters, but the description adds value by clarifying the batch update behavior and that 'only the supplied fields are changed'. This provides context beyond the schema, which only says 'updates for this Tax operation' for the updates array. However, the description does not specify the structure of items in the updates array (e.g., need for an ID), leaving some ambiguity.

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 it 'creates or updates a batch of Tax Types' and 'returns the modified object'. The verb 'sync' and resource 'tax_types' are specific, and the description explicitly mentions batch operation. Although sibling tools like 'sync_tax_codes' exist, the resource name differentiates them sufficiently.

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 update an existing Tax records (only the supplied fields are changed)', which implies batch updates. However, it does not specify when not to use this tool (e.g., for single updates or creates) or mention alternatives like the 'create_tax_type' or 'sync_tax_codes' tools. Guidance is implied but not explicit.

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