Skip to main content
Glama
TylerIlunga

Procore MCP Server

View Bid Form

view_bid_form_company
Read-onlyIdempotent

Retrieve a single bid form's full details using its company, bid, and bid form IDs. This read-only operation returns the complete field set without changing any Procore data.

Instructions

View single Bid Form. Use this when you already know which bid form you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and bid_id, bid_form_id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the bid form. Read-only — it changes nothing in Procore. 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, bid_id, bid_form_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/bid/{bid_id}/bid_forms/{bid_form_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bid_idYesURL path parameter — unique identifier of the bid
company_idYesURL path parameter — unique identifier for the company.
bid_form_idYesURL path parameter — unique identifier of the bid form
Behavior5/5

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

Discloses read-only behavior ('Read-only — it changes nothing') which aligns with annotations. Adds return type ('single JSON object'), failure modes with HTTP status codes (401/403/404) and their likely causes, and the company_id default from procore_set_config. This goes well beyond the annotation hints and provides actionable behavioral context.

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 dense but not bloated. It front-loads the purpose, then covers usage, defaults, return value, safety, errors, required params, and API endpoint in logical order. Some redundancy exists (required parameters restated from schema, read-only duplicated from annotations) but each sentence contributes useful information.

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?

No output schema exists, so the description appropriately notes the return is 'a single JSON object' but doesn't detail its structure. It covers prerequisites, default behavior, error handling, and the exact API endpoint, which is sufficient for a read-only retriever. The main omission is lack of sibling differentiation or more return structure detail.

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 describes all three parameters as URL path identifiers, so baseline is 3. The description adds meaningful context: company_id defaults to procore_set_config, and bid_id/bid_form_id must be existing parent records resolved via the list tool. This enhances the raw schema with usage semantics.

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?

Description states 'View single Bid Form' with a clear verb and resource. It specifies the use case 'when you already know which bid form you want and need its full field set,' which separates it from list-oriented tools. However, it does not explicitly distinguish itself from the sibling 'view_bid_form_project,' relying on naming conventions for the company/project scope difference.

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?

Explicitly gives a when-to-use condition: 'Use this when you already know which bid form you want and need its full field set.' It also instructs the agent to resolve parent IDs via the matching list tool first. It doesn't name specific alternative tools like 'index_bid_forms,' but the referral to a list tool is sufficient guidance.

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