Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Or Create Document Markup Downloadable PDF

show_or_create_document_markup_downloadable_pdf

Finds or creates a downloadable PDF with document markup for a Procore attachment. Submit project, item, and attachment IDs to get a download URL or async job handle.

Instructions

Find or Create Document Markup Downloadable PDF. Starts processing to create a downloadable PDF with markup. When completed, the same request will include a download URL for the PDF. item_id, item_type, and attachment_id paramters are the same parameters included in the URL when viewing the attachment in procore. Example: app.procore.com/161072/project/submittal_logs/document_viewer?attachment_id=43&item_id=42&item_type=SubmittalLog&project_id=161072. Use this to perform the show or action on Document Markup records. Generates the export and returns a download URL or async job handle. Required parameters: project_id, item_id, item_type, attachment_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/document_markup_downloadable_pdfs/find_or_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
version_datetimeNoQuery string parameter — version Datetime of the Document
project_idYesJSON request body field — unique identifier for the Procore project
item_idYesJSON request body field — the ID of the parent item this document belongs to
item_typeYesJSON request body field — the type of the parent item this document belongs to (eg SubmittalLog)
attachment_idYesJSON request body field — unique identifier of the attachment
Behavior4/5

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

The description explains the async behavior (starts processing, returns download URL or async job handle) and parameter reuse from the viewing URL, adding value beyond annotations. No contradictions with annotations (readOnlyHint=false, destructiveHint=false).

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 well-structured and front-loaded with the main purpose. Each sentence adds useful information, though it could be slightly tighter (e.g., 'Required parameters' list repeats schema).

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?

The description covers purpose, behavior, parameter mapping, required fields, example, and API endpoint. It explains the return type (download URL or async job handle). Lacks guidance on polling for async jobs but is otherwise complete for an agent's decision-making.

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%, but the description adds meaning by listing required parameters, giving an example URL that shows how parameter values are used, and explaining that item_id, item_type, attachment_id match the viewing URL.

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 it finds or creates a downloadable PDF of document markup, with a specific verb and resource. The purpose is evident, though it does not explicitly distinguish from sibling tools like 'generates_pdf_document' or check status tools.

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 mentions 'Use this to perform the show or action on Document Markup records' and provides an example URL, giving context. However, it does not specify when not to use it or name alternative tools for related tasks.

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