Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Requested Changes (Deprecated)

list_requested_changes
Read-onlyIdempotent

Retrieve all requested changes for a project or specific task, filtering by task and pagination as needed.

Instructions

List all Requested Changes of a Task. DEPRECATED: Procore has deprecated this endpoint (as of 2022-04-06). 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 when you already know which requested change you want and need its full field set. Returns a single JSON object describing the requested change. 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 > Schedule (Legacy). Endpoint: GET /rest/v1.0/requested_changes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
viewNoQuery string parameter — the `with_task` view includes an additional task data for correspondent requested changes
task_idNoQuery string parameter — the task for which all requested changes will be retrieved.
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesQuery string parameter — unique identifier for the project.
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description adds deprecation context and specific error codes (401, 403, 404). However, the claim that it returns a single JSON object is misleading for a list endpoint, and the description does not disclose pagination behavior despite page/per_page parameters.

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 moderately sized and front-loaded with the core action, but it contains contradictory statements (list vs single object) and somewhat disjointed information about deprecation, usage, and failures. It is not as tight as it could be.

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?

There is no output schema, so the description should clarify return values and pagination. It only says 'Returns a single JSON object' which is questionable for a list operation, and it does not explain how page, per_page, or task_id affect the response. The deprecation and error hints help, but the return value ambiguity is a major gap.

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 coverage is 100%, and the description adds no new parameter details beyond mentioning that project_id is required. The schema already documents all parameters, so the description provides no added semantic value.

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 opens with a clear verb+resource ('List all Requested Changes of a Task'), but the statement 'Returns a single JSON object describing the requested change' contradicts the list semantics implied by the tool name and the pagination parameters. This internal inconsistency makes the primary purpose ambiguous.

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 warns that the endpoint is deprecated and instructs the agent to prefer a newer version and use procore_search_endpoints to find it. It also gives a conditional use case ('when you already know which requested change you want'), though this conflicts with the list behavior.

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