Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Requested Changes

list_requested_changes
Read-onlyIdempotent

Retrieve a paginated list of requested changes for a task by specifying the project ID. Filter by task, view, and control pagination to enumerate Schedule records.

Instructions

List all Requested Changes of a Task. Use this to enumerate Schedule (Legacy) records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Schedule (Legacy) records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Schedule (Legacy). Endpoint: GET /rest/v1.0/requested_changes

Input Schema

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

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds pagination and response format details, but these are output characteristics rather than behavioral traits relevant to safety or side effects.

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 concise (5 sentences) and well-structured, starting with the main purpose, then usage guidance, response info, pagination, required parameters, and API reference. Every sentence adds value.

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 no output schema, the description covers purpose, usage, response format, pagination, and required parameter. It could mention optional parameters like task_id or default values, but overall it is sufficiently complete for a read-only list tool with good annotations.

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%, so all parameters have descriptions. The description reinforces pagination usage and required project_id but does not add new meaning beyond the schema. Baseline 3 is appropriate.

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 clearly states the tool lists all Requested Changes of a Task, specifying the resource and scope. It distinguishes itself from siblings by mentioning 'of a Task' and 'Schedule (Legacy) records', and includes a specific API endpoint.

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 usage context: 'Use this to enumerate Schedule (Legacy) records when you need a paginated overview, to find IDs, or to filter by query parameters.' It implies when to use but does not explicitly exclude alternatives or mention when not to use.

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