Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Delay Log

create_delay_log

Create a delay log record in Procore's Daily Log for a given project. Supply the project ID and delay log information.

Instructions

Creates single Delay Log. #### See - Daily Log guide - for additional info on * Attachments. Use this to create a new Daily Log records in Procore. Creates a new Daily Log records and returns the created object on success (HTTP 201). Required parameters: project_id, delay_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/delay_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
delay_logYesJSON request body field — the delay log for this Daily Log operation
attachmentsNoJSON request body field — attachments pertaining the Log. 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[]` ...
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds that it returns the created object with HTTP 201, but this is standard for creation endpoints. It does not disclose potential side effects, permission requirements, rate limits, or constraints on the delay_log object. The link for attachments hints at special handling but does not elaborate. Overall, the description adds minimal transparency beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is repetitive, stating the creation purpose three times in different forms. It includes unnecessary markdown and a link that could be summarized. The information is not front-loaded effectively; the first sentence is good, but subsequent sentences repeat the same idea. A more streamlined version would be half the length without losing 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?

There is no output schema, and the description only vaguely mentions returning the created object. Critical information is missing: the expected structure of the delay_log parameter (as it is an open object), the format of the response, and any validation rules. The link to an external guide is insufficient for an AI agent to form a correct request without additional context.

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

Parameters2/5

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

The input schema has 100% description coverage, but the delay_log parameter is an open object (additionalProperties: {}) with no schema-defined properties. The description only lists required parameters without explaining the structure of delay_log. It references an external guide for attachments, but for the core parameter, it adds no meaning. The agent is left without guidance on what keys or formats delay_log should contain.

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 creates a single Delay Log and identifies it as part of Daily Logs. The verb 'creates' and resource 'Delay Log' are specific. However, it does not define what a delay log represents, which could leave ambiguity among similar log creation tools. Sibling tools like create_delivery_log or create_call_log are distinct by name, but deeper differentiation is lacking.

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 create a new Daily Log records' but provides no guidance on when to choose this tool over others like bulk_updates_for_daily_logs or update_delay_log. There is no mention of prerequisites, alternatives, or scenarios where this tool is not appropriate. The link to the Daily Log guide may help but is not explicit in the description.

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