Skip to main content
Glama
TylerIlunga

Procore MCP Server

Download External RFI And Responses Attachments

download_external_rfi_and_responses_attachments
Read-onlyIdempotent

Download a ZIP archive containing an External RFI and all of its response attachments from Procore. Provide company, project, and RFI ID to get a streaming download URL.

Instructions

Initiates a zip download of the External RFI and all response attachments. Returns a redirect to the streaming download URL. Use this when you already know which external RFI and responses attachment you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted, and 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 external RFI and responses attachment. 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: company_id, project_id, id. Procore API (v2.0): Project Management > RFI. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/external_rfis/{id}/download_external_rfi_and_responses_attachments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the RFI resource
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, but the description adds useful behavioral detail beyond those: it returns a redirect to a streaming download URL, is read-only, and failure responses carry HTTP status codes (401, 403, 404). This enriches the agent's understanding of expected outcomes and errors.

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 long but well-structured, covering action, usage, parameters, return, safety, errors, and API reference in distinct sentences. The mention of return behavior is slightly redundant with the opening sentence, but all content earns its place, and the format aids scannability.

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

Completeness5/5

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

With no output schema, the description fully explains expected outputs (redirect and JSON with file or URL), covers error handling with typical status codes, and provides prerequisites (resolve id via list tool). It also notes defaults for company_id/project_id and emphasizes read-only behavior, making it complete for a tool of this complexity.

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% with only generic 'URL path parameter' descriptions, so the description's additions about company_id/project_id defaulting to procore_set_config values and id being an existing parent record are valuable. However, the statement that these defaults apply when omitted contradicts the schema and the description's own 'Required parameters' line, creating confusion about whether they can be omitted. This mixed signal lowers the score.

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 explicitly states the tool 'Initiates a zip download of the External RFI and all response attachments,' providing a specific verb and resource. This clearly differentiates it from sibling tools like download_external_rfi_pdf_export or download_rfis_list, which handle PDF exports or lists rather than attachments.

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?

The description gives explicit usage context: 'Use this when you already know which external RFI and responses attachment you want and need its full field set.' It also advises resolving the id with the matching list tool first, offering a clear prerequisite. However, it does not explicitly name alternative tools to use instead, only implying the list tool.

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