Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Bid Type

update_project_bid_type

Update an existing project bid type name for a company. Requires company ID and bid type ID.

Instructions

Update the specified Project Bid Type. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/companies/{company_id}/project_bid_types/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — iD of the Project Bid Type
nameNoJSON request body field — the Name of the Project Bid Type
Behavior4/5

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

Annotations indicate the tool is not read-only and not destructive. The description adds value by specifying that only supplied fields are changed (partial update via PATCH) and that the modified object is returned. This goes beyond what annotations alone provide, though more detail about potential side effects could be given.

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 concise with three sentences that efficiently cover purpose, usage, required parameters, and API details. No redundant information or fluff.

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?

For a simple update tool, the description adequately covers the behavior (partial update), return value, required parameters, and API endpoint. Without an output schema, the return behavior is explained. The annotations cover safety. Overall complete for this complexity level.

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 schema already documents all parameters. The description only reiterates that company_id and id are required, adding no new semantic meaning beyond the schema. This meets the baseline but does not exceed it.

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 the verb ('Update') and resource ('Project Bid Type'), distinguishing it from sibling tools like create, delete, list, and show. The mention of 'Company Settings' might be slightly confusing, but it's clear it refers to updating a specific bid type.

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 explains that the tool is for updating an existing bid type and lists required parameters (company_id, id). It implies the use case but does not explicitly state when not to use or mention alternatives like create_project_bid_type. However, it provides sufficient context for proper 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