Skip to main content
Glama
TylerIlunga

Procore MCP Server

Gets Documents Attached To Bid Package

gets_documents_attached_to_bid_package
Read-onlyIdempotent

Fetch all documents attached to a bid package, including drawings and PDM attachments. Supports pagination, sorting, and search to manage bid documentation efficiently.

Instructions

Returns list of all documents attached to Bid Package, with meta information about all drawings and PDM (Project Document Management) attachments. Supports optional pagination and sorting for PDM attachments via query parameters. Use this to read information about Bid Management records from Procore. Returns a paginated JSON array of Bid Management records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, bid_package_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/companies/{company_id}/planroom/bid_packages/{bid_package_id}/documents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
bid_package_idYesURL path parameter — unique identifier of the bid package
pdm_pageNoQuery string parameter — page number for paginating PDM attachments
pdm_per_pageNoQuery string parameter — number of PDM attachments per page
pdm_sort_byNoQuery string parameter — field to sort PDM attachments by
pdm_sort_orderNoQuery string parameter — sort order for PDM attachments
pdm_searchNoQuery string parameter — search term to filter PDM attachments by document_revision_id
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to restate safety. It adds value by stating support for pagination and sorting for PDM attachments, and that the response includes pagination metadata. However, it does not disclose other behavioral aspects like rate limits, default pagination sizes, or error handling.

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 a single paragraph but packs essential information: resource, meta-info, supported operations, required params, API endpoint, and pagination behavior. It is front-loaded with the primary purpose. Slightly dense but not verbose. Could be improved by breaking into bullet points for readability.

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?

Given 9 parameters and no output schema, the description partially fills gaps by stating the return is a list of documents with meta information and a paginated JSON array with metadata. It does not detail the structure of each document record (e.g., what fields like document_revision_id mean). For a tool with many parameters, more detailed output description would be helpful.

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%, so baseline is 3. The description adds value by clarifying the purpose of pagination parameters: 'Supports optional pagination and sorting for PDM attachments via query parameters' and explicitly mentions required parameters company_id and bid_package_id. This helps distinguish between general pagination (page, per_page) and PDM-specific pagination (pdm_page, etc.).

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 returns a list of all documents attached to a bid package, including drawings and PDM attachments. The verb 'returns list' and resource 'documents attached to Bid Package' are specific. However, it later refers to 'Bid Management records', which creates slight ambiguity about whether the output is documents or records. This prevents a perfect score.

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 provides a usage directive: 'Use this to read information about Bid Management records from Procore.' It does not mention when not to use or suggest alternative tools. Required parameters are listed, but no context on when to prefer this over sibling tools like list_bids_within_a_bid_package or show_bid_package_project.

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