Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Project Upload

show_project_upload
Read-onlyIdempotent

Retrieve detailed information about a specific project upload. Provide the project ID and upload UUID to get its full field set in a single JSON object.

Instructions

Show detailed information on an upload. Use this when you already know which project upload you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted, and uuid must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the project upload. 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: project_id, uuid. Procore API (v1.1): Core > File Access & Storage. Endpoint: GET /rest/v1.1/projects/{project_id}/uploads/{uuid}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesURL path parameter — upload UUID
project_idYesURL path parameter — unique identifier for the project.
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Read-only — it changes nothing in Procore.' It goes beyond annotations by detailing error payloads with common HTTP statuses (401, 403, 404) and clarifying the return shape as a single JSON object. This is valuable behavioral context.

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 front-loaded with the core purpose, then flows logically through usage, parameter behavior, output, error handling, and API reference. Every sentence contributes distinct information with no redundancy or filler, making it efficiently structured.

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?

For a simple show tool with two parameters and no output schema, the description covers purpose, usage, parameter defaults, output shape, error behavior, and API version. The only slight shortcoming is the contradiction between 'Required parameters: project_id, uuid' and the earlier statement that project_id can be omitted when a config default exists, which could confuse an agent.

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 the baseline is 3. The description adds meaningful behavior: project_id defaults to the procore_set_config value when omitted (though schema marks it required, a minor inconsistency) and uuid must identify an existing parent record, which should be resolved via a list tool. This goes beyond the schema's terse 'URL path parameter' descriptions.

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 'Show detailed information on an upload,' a specific verb+resource statement. It clearly scopes to project uploads and distinguishes from list tools by stating when to use it ('when you already know which project upload you want and need its full field set'). The endpoint path further disambiguates from company uploads.

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 explicitly says 'Use this when you already know which project upload you want and need its full field set' and instructs the agent to resolve the uuid with 'the matching list tool first.' It provides clear context but does not explicitly name alternative tools (e.g., list_project_uploads or show_company_upload), so it stops short of a 5.

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