Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_drawing_revisions

Retrieve and filter drawing revisions for construction projects in Procore. Manage drawing sets, track updates, and access revision history with customizable queries.

Instructions

List drawing revisions. [Project Management/Drawings] GET /rest/v1.0/projects/{project_id}/drawing_revisions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
pageNoPage
per_pageNoElements per page
drawing_area_idNoFilter by Drawing Area
drawing_idNoFilter by Drawing
drawing_discipline_idNoFilter by Drawing Discipline
drawing_set_idNoFilter by Drawing Set. To retreive revisions from current set add `drawing_set_id=current_set` to query
idNoFilter by Drawing Revision ID To request specific drawing revision ids add `id[]=42&id[]=43` to query
filters__idsNoFilter by Drawing Revisions ID To request specific drawing revision ids add `filters[ids]=[1,2,3]` to filters
filters__updated_atNoReturn item(s) 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 `YYYY-MM-...
filters__deletedNoInclude deleted drawing revisions. Deleted drawing revisions are filtered by default.
is_reviewedNoFilter by `reviewed` status
queryNoFilter by custom query
with_obsoleteNoInclude obsolete drawing revisions. Obsolete drawing revisions are filtered by default.
sortNoSort by field
viewNoDefines the type of view returned. Must be one of 'only_pdf_urls', 'only_ids', 'only_ids_post_review', 'web_index', 'web_show', 'extended_coordinates', 'extended_files', 'extended_dpi' or 'android'.
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 only states the action and endpoint, lacking details on permissions, pagination behavior, rate limits, or response format. This is inadequate for a read operation with 16 parameters.

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 concise and front-loaded with the core purpose. It includes a category tag and endpoint reference efficiently, with no wasted words, though it could be more structured for clarity.

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 complexity (16 parameters, no annotations, no output schema), the description is insufficient. It lacks behavioral context, usage guidance, and output details, making it incomplete for effective tool selection and invocation.

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 fully documents all 16 parameters. The description adds no additional parameter semantics beyond the schema, but the baseline is 3 since the schema handles the heavy lifting.

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

Purpose3/5

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

The description states the tool's purpose ('List drawing revisions') with a clear verb and resource, but it does not differentiate from sibling tools. It includes a category tag '[Project Management/Drawings]' and an endpoint reference, which adds some specificity but lacks explicit sibling comparison.

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

Usage Guidelines2/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. It mentions a category and endpoint, but does not specify prerequisites, exclusions, or compare to other list tools in the sibling set, leaving usage context unclear.

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