Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Task

update_task

Update an existing Schedule (Legacy) task in Procore by providing the task ID, project ID, and the fields to change. Returns the modified task.

Instructions

Update the specified Task. Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: id, project_id, task. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/tasks/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Schedule (Legacy) resource
project_idYesJSON request body field — iD of the project this task belongs to.
taskYesJSON request body field — task object.
Behavior3/5

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

The description indicates it is a PATCH operation that only changes supplied fields and returns the modified object, which adds context beyond the annotations. However, annotations already show destructiveHint false and readOnlyHint false, so the behavioral insight is marginal. No contradictions with 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 somewhat redundant, repeating 'Update the specified Schedule (Legacy) records' twice. It includes optional API details (endpoint, Procore API category) which may help but also adds verbosity. Could be more concise without losing essential information.

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?

No output schema is provided, and the description only states 'returns the modified object' without detailing return fields. The 'task' parameter is a nested object but the description offers no insight into its structure. For a tool with 3 parameters and nested objects, more context is needed for correct usage.

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 are documented. The description merely lists required parameters without adding new meaning. Since the schema already describes 'id', 'project_id', and 'task', the description adds no significant semantic value beyond enumeration.

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 states it updates a Task/Schedule (Legacy) record and lists required parameters. However, it inconsistently refers to both 'Task' and 'Schedule (Legacy)', which may confuse the agent. It is fairly specific but lacks clear differentiation from sibling tools like 'update_task_item' or 'update_project_task_company'.

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 says 'Use this to update an existing Schedule (Legacy) records' but provides no guidance on when not to use it or alternatives. Among many similar update tools, the agent is left to infer the appropriate context without explicit exclusion criteria or comparative guidance.

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