Skip to main content
Glama
TylerIlunga

Procore MCP Server

Check PDF Generation Status

check_pdf_generation_status_project_v2_0_2
Read-onlyIdempotent

Check PDF generation status for a prime contract change order batch and obtain the download URL or file. Requires company, project, and batch IDs.

Instructions

Check the status of a PDF document generation for a prime contract change order batch. Note: This endpoint is currently only supported in Procore Zones US01 && US02. Use this to retrieve a downloadable file or export URL for Prime Contracts. Returns a JSON object with the file contents or download URL for Prime Contracts. Required parameters: company_id, project_id, prime_change_order_batch_id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: GET /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.
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description adds value by stating the HTTP method (GET), the return format (JSON object), and the zone limitation. It also implies the operation is non-destructive. No contradictions with annotations.

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 about 5 sentences, front-loading the purpose, then adding a zone note, usage, return information, required parameters, and API endpoint. Each sentence is necessary and contributes to understanding. No redundant or vague phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the return value but is vague (file contents or download URL). It does not mention the pagination parameters or the response structure beyond being a JSON object. Since there is no output schema, the description should provide more detail about the response fields and pagination behavior.

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?

The input schema provides full descriptions for all 5 parameters (100% coverage). The description repeats the three required parameters without adding new meaning, and it omits the pagination parameters (page, per_page). Therefore, the description adds no significant value 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 the tool checks the status of PDF generation for a prime contract change order batch, specifying the resource and action. It also mentions the return type. However, it does not explicitly differentiate among the many sibling check_pdf_generation_status tools with different API versions, which could cause confusion.

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 tells when to use the tool (to retrieve a file or URL for Prime Contracts) and lists required parameters. It also notes a zone restriction (US01, US02). However, it lacks guidance on when not to use it or alternatives among the multiple versioned siblings, such as check_pdf_generation_status_project_v2_0_4.

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