Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create PDF Export For A Prime Change Order Batch

create_pdf_export_for_a_prime_change_order_batch

Creates a PDF export for a Prime Change Order Batch by providing company, project, and batch IDs, returning a download URL or async job handle.

Instructions

Creates a PDF export for a given Prime Change Order Batch. Note: This endpoint is currently only supported in Procore Zones US01 && US02. Use this to create a new Prime Contracts in Procore. Generates the export and returns a download URL or async job handle. Required parameters: company_id, project_id, prime_change_order_batch_id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_order_batches/{prime_change_order_batch_id}/pdf

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
prime_change_order_batch_idYesURL path parameter — unique identifier for the Prime Change Order Batch.
Behavior3/5

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

Annotations already indicate non-destructive behavior. Description adds that it generates an export and returns a download URL or async job handle, which is useful but does not disclose additional behavioral traits beyond what annotations provide.

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 relatively concise (a few sentences) and includes key information. However, it contains a redundant or erroneous sentence about creating Prime Contracts, which slightly reduces efficiency.

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?

Given no output schema, the description explains the return type (download URL or async job handle) and mentions zone restrictions. It is mostly complete but could elaborate on async job handling or prerequisites.

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% and parameters are clearly described in the schema. The description merely lists required parameters without adding meaning beyond the schema, so it 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it creates a PDF export for a Prime Change Order Batch, which is clear and matches the name. However it does not differentiate from sibling tools like create_pdf_export_for_a_prime_change_order or create_pdf_export_for_a_prime_contract.

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

Usage Guidelines2/5

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

Includes a note about zone restrictions (US01/US02) and lists required parameters, but lacks explicit guidance on when to use this tool versus alternatives. The incorrect statement 'Use this to create a new Prime Contracts' further confuses 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