Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update A Delay Log Type

update_a_delay_log_type

Update the visibility of a delay log type in Procore projects. Modify which delay log types are shown in the daily log UI.

Instructions

Update the visibility of a Delay Log Type. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/daily_logs/delay_log_types/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — unique identifier of the Daily Log resource
visibleNoJSON request body field — whether the Delay Log Type is visible in the UI
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, so the tool is a non-destructive write operation. The description adds the insight that only supplied fields are changed (partial update), which is useful beyond the schema. However, it does not disclose other behaviors like authentication needs or rate limits.

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 relatively concise, consisting of two sentences plus endpoint information. It front-loads the core action and includes relevant API details. Minor grammatical awkwardness ('update an existing Daily Log records') reduces clarity slightly but overall is well-structured.

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?

Considering the simplicity of the tool (3 parameters, no output schema), the description adequately covers the action and return value ('returns the modified object on success'). It also includes endpoint and API category for context. However, it does not explain what the modified object contains, which would be helpful in the absence of an output schema.

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 the schema already documents all three parameters. The description mentions required parameters (project_id, id) and implies that visible is optional by stating 'only the supplied fields are changed'. This adds marginal value but does not provide additional parameter-level details 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 the visibility of a Delay Log Type, distinguishing it from sibling tools like update_delay_log. It specifies the verb 'Update' and the resource 'Delay Log Type', and mentions that only supplied fields are changed. However, the phrasing 'update an existing Daily Log records' is slightly ambiguous as it suggests updating records rather than the type itself.

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 lacks explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it or provide exclusion criteria. Given the large number of sibling tools, the absence of such guidance is a notable gap.

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