Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Submittals (Deprecated)

list_submittals
Read-onlyIdempotent

List submittals from a Procore project. Filter by status, due date, location, and more. Find submittal IDs to use in other operations.

Instructions

This is a deprecated endpoint. Please use /submittals endpoint. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2017-11-17). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this to discover submittals or to look up the id of one before calling a tool that needs it. Returns a JSON array of submittals; page and per_page control pagination and the response reports how many pages remain. 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. Procore API: Project Management > Submittals. Endpoint: GET /rest/v1.0/submittal_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesQuery string parameter — unique identifier for the project.
filters__queryNoQuery string parameter — return item(s) containing search query
filters__due_byNoQuery string parameter — filter results by due by
filters__statusNoQuery string parameter — returns item(s) matching the specified status value.
filters__end_dateNoQuery string parameter — filter results by end date
filters__responseNoQuery string parameter — filter results by response
filters__date_rangeNoQuery string parameter — filter results by date range
filters__start_dateNoQuery string parameter — filter results by start date
filters__approved_idNoQuery string parameter — filters[approved_id]
filters__location_idNoQuery string parameter — location ID. Returns item(s) with the specified Location ID or a range of Location IDs.
filters__ball_in_courtNoQuery string parameter — filters[ball_in_court]
filters__spec_divisionNoQuery string parameter — filters[spec_division]
filters__submittal_typeNoQuery string parameter — filters[submittal_type]
filters__spec_section_idNoQuery string parameter — filters[spec_section_id]
filters__received_from_idNoQuery string parameter — filter results by received from id
filters__include_sublocationsNoQuery string parameter — use together with `filters[location_id]`
filters__submittal_package_idNoQuery string parameter — array of Submittal Package IDs. Returns item(s) associated with the specified Submittal Package IDs. A single integer value is also accepted.
filters__only_current_revisionNoQuery string parameter — filters[only_current_revision]
filters__responsible_contractor_idNoQuery string parameter — array of Responsible Contractor IDs. A single Responsible Contractor ID is also accepted.
Behavior5/5

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

The description goes well beyond the annotations by detailing pagination behavior (page and per_page, response reports pages remaining), error payload structure with common HTTP status codes (401, 403, 404), and the risk of removal due to deprecation. This gives the agent a clear picture of what to expect and how to handle failures, adding significant value beyond the readOnlyHint annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph with useful information, but it contains redundancy (deprecation stated twice) and trailing metadata (API category and endpoint path) that may not be essential. It front-loads the deprecation warning and alternative, which is good, but the overall structure could be tightened.

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?

Given the tool has 21 parameters and no output schema, the description covers important operational details: return format, pagination, error handling, and required parameters. It lacks a description of the submittal object structure, but for a list tool the JSON array description is reasonably sufficient. The link to filtering docs also helps contextualize the many filter parameters.

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?

The input schema already provides descriptions for all 21 parameters, so schema coverage is 100%. The description only reiterates that project_id is required and mentions page/per_page for pagination, which is already in the schema. The link to filtering documentation is helpful but does not add new semantic detail for individual parameters, so it stays at the baseline.

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 this tool lists submittals and returns a JSON array, with the primary use case of discovering submittals or looking up an ID. It explicitly labels the endpoint as deprecated, but does not directly name sibling tools like 'list_submittals_on_a_project', so differentiation relies on the deprecation notice and the pointer to use procore_search_endpoints instead.

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 provides clear guidance: it explicitly says to use the /submittals endpoint instead, and tells the agent to prefer a newer version and use procore_search_endpoints to find it. It also gives a specific use case (discover submittals or look up an ID) but does not exhaustively enumerate when not to use this tool beyond the deprecation notice.

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