Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Attachment

show_attachment_company
Read-onlyIdempotent

Retrieve a specific attachment from a Procore asset using its unique identifier. Access the full field set for an attachment by providing company, asset, and attachment IDs.

Instructions

Returns a specific attachment by its identifier. Use this when you already know which attachment you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and asset_id, attachment_id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the 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, asset_id, attachment_id. Procore API (v2.0): Core > Assets. Endpoint: GET /rest/v2.0/companies/{company_id}/assets/{asset_id}/attachments/{attachment_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYesURL path parameter — unique identifier for the Asset
company_idYesURL path parameter — unique identifier for the company.
attachment_idYesURL path parameter — unique identifier for the Attachment
Accept-LanguageNoJSON request body field — locale for localized response messages (for example: en, fr-FR, pseudo)
Behavior5/5

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

Beyond the readOnlyHint annotation, the description explicitly states 'Read-only — it changes nothing in Procore.' It also discloses error behavior with specific HTTP statuses (401, 403, 404) and their meanings, plus the company_id default behavior. This adds valuable context not available in annotations alone.

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 a single, well-structured paragraph that front-loads the primary purpose and then adds essential usage details. Every sentence adds value — from the main action, to default behavior, to error semantics, to endpoint reference. It is thorough without being bloated.

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?

The description covers the full context an agent needs: what it returns, when to use it, how to resolve prerequisites, the default behavior, error responses, required parameters, and even the API endpoint. For a read tool with no output schema, this is complete and self-sufficient.

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 meaning beyond the schema by explaining that company_id defaults to the procore_set_config value, and that asset_id/attachment_id must reference existing parent records. However, there is a slight contradiction: it says company_id defaults when omitted yet lists it as required, which could confuse agents.

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 opens with a clear action: 'Returns a specific attachment by its identifier.' It specifies the resource (attachment), the scope (by identifier), and the return value ('full field set'). It also distinguishes itself from list tools by stating 'Use this when you already know which attachment you want,' which separates it from the many sibling list tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'Use this when you already know which attachment you want.' It provides an alternative path: 'resolve them with the matching list tool first' when IDs are unknown. Also explains the default for company_id via procore_set_config, giving clear decision context for whether the agent needs to supply it.

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