Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Project Task

update_project_task_company

Updates a project task's details, including description, due date, assignee, or completion status. Required parameters: task_id, company_id, project_id.

Instructions

Update project task. Use this to update an existing Estimating records (only the supplied fields are changed). Updates the specified Estimating records and returns the modified object on success. Required parameters: task_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks/{task_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesURL path parameter — unique identifier of the task
company_idYesURL path parameter — unique company identifier associated with the Procore User Account.
project_idYesURL path parameter — unique project identifier
valueNoJSON request body field — the updated description of the task.
due_dateNoJSON request body field — the updated due date of the task.
assigned_to_user_idNoJSON request body field — the updated identifier of the user to whom the task is assigned. For getting assigned_to_user_id look "company users" endpoint.
completedNoJSON request body field — indicates whether the task is completed. This property is only used for updating completion status via patch request.
Behavior3/5

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

Annotations already indicate mutation (readOnlyHint=false) and non-destructive (destructiveHint=false). Description adds that it returns the modified object and performs partial update. No contradictions, but lacks details on authorization, side effects, or error handling.

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?

Reasonably concise with 4 sentences. Front-loads purpose. Includes endpoint info which is helpful but slightly verbose.

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

Completeness3/5

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

Explains purpose and return of modified object, but lacks details on response shape, validation, and error cases. No output schema provided, so description could be more thorough.

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 covers all 7 parameters with descriptions. Description does not add significant extra meaning beyond the schema, such as format hints or examples.

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?

Clearly states "Update project task" and specifies it updates existing Estimating records. Mentions partial update (only supplied fields). However, does not differentiate from sibling tool 'update_project_task_company_v2_0' which likely serves a similar purpose.

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

Usage Guidelines3/5

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

Provides basic usage: "Use this to update an existing Estimating records" and lists required parameters. No explicit guidance on when to use vs. alternatives or 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