Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update A Task Item Comment

update_a_task_item_comment

Update an existing task item comment in Procore by modifying its text, status, or attaching files. Use this to revise comments on project tasks.

Instructions

Updates the task item comment with ID supplied in path. Returns the updated comment. Use this to update an existing Tasks (only the supplied fields are changed). Updates the specified Tasks and returns the modified object on success. Required parameters: company_id, project_id, id. Procore API: Core > Tasks. Endpoint: PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — task Item Comment ID
commentNoJSON request body field — the message of the comment
statusNoJSON request body field — the status of the task item at the time the comment. Standard users who are assigned to a task item cannot change the status to closed or void.
attachmentsNoJSON request body field — attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files.
drawing_revision_idsNoJSON request body field — drawing Revisions to attach to the response
file_version_idsNoJSON request body field — file Versions to attach to the response
form_idsNoJSON request body field — forms to attach to the response
image_idsNoJSON request body field — images to attach to the response
upload_idsNoJSON request body field — uploads to attach to the response
document_management_document_revision_idsNoJSON request body field — pDM document to attach to the response
Behavior4/5

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

Annotations indicate the tool is not read-only and not destructive. The description adds that only supplied fields are changed (partial update), the HTTP method is PATCH, and the tool returns the updated comment. This provides useful behavioral context beyond annotations.

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 brief and to the point, with the main action in the first sentence. It includes key information about partial updates, return value, required parameters, and API reference. However, the sentence 'Updates the specified Tasks...' is redundant and contains a typo.

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?

For a simple update tool with 12 parameters and no output schema, the description covers the essential behavior: it updates a task item comment, only supplied fields are changed, and it returns the updated comment. It also mentions required parameters and the endpoint. It does not discuss error handling or permissions, but annotations partially compensate.

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?

The input schema already provides detailed descriptions for all 12 parameters (100% coverage). The description only repeats the required parameters, which is already in the schema. It does not add new insights about parameter usage or format beyond the schema.

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 clearly states it updates a task item comment and returns the updated comment. It mentions the path parameter 'id' and that only supplied fields are changed. However, it refers to 'Tasks' instead of 'task item comments', causing slight ambiguity. It does not explicitly differentiate from similar update tools, but the specificity of 'task item comment' is sufficient.

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?

The description says 'Use this to update an existing Tasks (only the supplied fields are changed)' and lists required parameters. It implies when to use but provides no guidance on when not to use or alternatives. Given the large number of sibling update tools, this is a missed opportunity.

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