Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_images

Retrieve and filter project images from Procore to manage visual documentation, track progress, and organize photos by date, category, or status.

Instructions

List images. [Project Management/Photos] GET /rest/v1.0/images

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
image_category_idNoOptional. ID of the image category to filter the images by.
pageNoPage
per_pageNoElements per page
filters__daily_log_segment_idNoDaily Log Segment ID filter
filters__log_dateNoDate of Photos added to the Daily Log in the format "YYYY-MM-DD", or a range of dates in the format "YYYY-MM-DD...YYYY-MM-DD".
filters__privateNoIf true, returns only item(s) with a `private` status.
filters__starredNoIf true, returns only item(s) with a `starred` status.
filters__location_idNoLocation ID. Returns item(s) with the specified Location ID or a range of Location IDs.
filters__include_sublocationsNoUse together with `filters[location_id]`
filters__trade_idsNoArray of Trade IDs. Returns item(s) with the specified Trade IDs.
filters__projectionNoReturn items with the specified projection type.
filters__queryNoReturn item(s) containing search query
filters__created_atNoReturn item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-...
filters__updated_atNoReturn item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY...
filters__uploader_idNoReturn item(s) uploaded by the specified User IDs
filters__idNoReturn item(s) with the specified IDs.
sortNoField to sort by. If the field is passed with a - (EX: -created_at) it is sorted in reverse order
serializer_viewNoThe data set that should be returned from the serializer. The normal view includes default fields, plus links, comments_count, trades. The android view includes default fields, plus trades, comment...
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states 'List images' and includes an HTTP method (GET), implying a read-only operation, but doesn't disclose critical behaviors like pagination (implied by 'page' and 'per_page' parameters but not explained), rate limits, authentication needs, or what happens on failure. The description is too sparse for a tool with 19 parameters and no output schema.

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 extremely concise—just two phrases—with zero wasted words. It's front-loaded with the core action ('List images') and includes technical context. However, it's arguably too brief given the tool's complexity, bordering on under-specification rather than optimal conciseness.

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

Completeness2/5

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

Given the tool's complexity (19 parameters, no annotations, no output schema), the description is inadequate. It doesn't explain the return format, pagination behavior, error handling, or domain context beyond a vague tag. For a list operation with extensive filtering options, more guidance is needed to help an agent use it effectively.

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 description coverage is 100%, so the schema documents all 19 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema (e.g., it doesn't explain how filters interact or default values). With high schema coverage, the baseline is 3, as the description doesn't compensate but also doesn't detract.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'List images' is a tautology that restates the tool name without adding meaningful context. It mentions '[Project Management/Photos] GET /rest/v1.0/images', which provides some API context but doesn't clarify what specific resource is being listed (e.g., project images, photo attachments) or distinguish it from sibling tools. This is minimal beyond the name.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools (e.g., 'list_all_attachments', 'list_project_folders_and_files'), there's no indication of how this tool differs or when it's appropriate. The mention of 'Project Management/Photos' hints at a domain but doesn't specify use cases or exclusions.

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