Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Observation Item PDF Url

get_observation_item_pdf_url
Read-onlyIdempotent

Generate a time-limited PDF download URL for a specific observation item. Requires the item ID and project ID to produce the download link.

Instructions

Generates a PDF of a single Observation Item and returns a time-limited download URL. This also records a "PDF shared" entry in the Observation's change history, so treat it as an action rather than a cacheable read. Use this when you already know which observation item PDF URL you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON object containing the generated file or a download URL for the observation item PDF URL. 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: id, project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/items/{id}/pdf

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Observations resource
project_idYesQuery string parameter — unique identifier for the project.
Behavior1/5

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

Description contradicts annotations: readOnlyHint=true while description says it records a 'PDF shared' entry in change history and 'treat it as an action rather than a cacheable read.' It also internally contradicts itself by later claiming 'Read-only — it changes nothing in Procore.' This is a serious inconsistency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is lengthy and contains redundant or confusing statements (e.g., 'Returns a JSON object containing the generated file or a download URL for the observation item PDF URL'). The contradiction about read-only vs. action further muddies the message. Not well-structured or concise.

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?

Covers return type and error scenarios, but the critical contradiction about whether this is read-only vs. has side effects means the agent cannot trust the context. No output schema, so description carries full burden, but the misleading 'read-only' statement severely undermines 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% with clear parameter descriptions. The description adds useful semantics: `id` must identify an existing parent record and should be resolved with the list tool first, going beyond the schema.

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 tool generates a PDF for a single Observation Item and returns a time-limited download URL. This specific verb+resource combination distinguishes it from sibling tools like show_rfi_in_pdf_format.

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?

Provides context: use when you know which observation item you need, and instructs to resolve `id` via the matching list tool first. It also warms against treating it as a cacheable read. Missing explicit alternatives or exclusions, but adequate.

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