Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Todo (Deprecated)

update_todo
Idempotent

Update a ToDo item for a specific Procore project by its ID, changing only the fields you provide while retaining others.

Instructions

Update a ToDo item for a specified Project. This endpoint has been deprecated. Instead, use [/rest/v1/calendar-items). DEPRECATED: Procore has deprecated this endpoint (as of 2021-03-31). 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. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified todo on success. 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: id, project_id, todo. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/todos/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Schedule (Legacy) resource
todoYesJSON request body field — toDo object
project_idYesJSON request body field — the ID of the Project the ToDo belongs to
Behavior5/5

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

Beyond annotations, the description discloses partial-update semantics ('Send only the fields you intend to change'), return value ('Returns the modified todo on success'), and error behavior (401/403/404). It also warns of the deprecation risk ('may be removed without further notice'), enriching the behavioral context beyond the read/write hints.

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 front-loaded with the core purpose and efficiently folds in usage, errors, and API context. However, the deprecation notice appears twice in slightly different forms ('This endpoint has been deprecated' and 'DEPRECATED: Procore has deprecated'), creating minor redundancy. The link formatting is also slightly awkward.

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

Completeness5/5

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

Given the complexity (deprecated endpoint, partial update, no output schema), the description is thorough: it covers deprecation and alternatives, update semantics, id precondition, return behavior, error statuses, required parameters, and API location. Nothing critical is missing for a correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds valuable meaning: what 'todo' means in a partial update context, that 'id' must reference an existing record, and explicitly lists required parameters. It stops short of detailing the todo object's nested fields, but the schema already treats it as an arbitrary object.

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 opens with a specific verb and resource: 'Update a ToDo item for a specified Project.' It further distinguishes itself from siblings like create_todo, delete_todo, and show_todo by naming the PATCH operation and the Schedule (Legacy) API endpoint, making the tool's purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly states the tool is deprecated and tells the agent to use [/rest/v1/calendar-items) or procore_search_endpoints instead. It gives clear instructions for when to use this tool (partial updates, resolved id) and provides precondition guidance ('resolve it with the matching list tool first'), plus common error scenarios.

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