Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Delivery Log

create_delivery_log

Create a delivery log in a specified Procore project by providing the project ID and delivery log data, then receive the new record with its ID.

Instructions

Creates single Delivery Log in the specified Project. project_id defaults to the value set by procore_set_config when omitted. Creates the delivery log and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, delivery_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/delivery_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
attachmentsNoJSON request body field — delivery Log Attachments are not viewable or used on web. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data toge...
delivery_logYesJSON request body field — the delivery log for this Daily Log operation
Behavior5/5

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

The description goes beyond the annotations by detailing the non-idempotent behavior ('calling it again creates another record'), the success response (HTTP 201 with new id), and common error statuses (401 for expired token, 403 for missing permission, 404 for unresolved id). It also explains the project_id default, which is valuable operational context. No contradiction 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.

Conciseness5/5

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

The description is compact and information-dense, with the main purpose front-loaded in the first sentence. Every subsequent sentence adds specific value: default behavior, non-idempotency, error handling, required parameters, and API endpoint. There is no wasted wording.

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?

The description covers the creation behavior, return value (new id, HTTP 201), error handling, and API reference, which is strong for a tool with no output schema. However, it leaves a gap regarding the structure of the delivery_log object, and the contradictory project_id default/required information could confuse an agent, so it's not fully complete for autonomous invocation.

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 schema already covers all three parameters with descriptions (100% coverage), so the baseline is 3. The description adds useful info about required parameters and project_id default, but the claim that project_id 'defaults to the value set by procore_set_config when omitted' contradicts the schema's required list, which marks project_id as required. This inconsistency reduces the value of the parameter guidance, and it does not clarify the structure of the delivery_log object beyond the schema's vague description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action: 'Creates single Delivery Log in the specified Project.' It identifies the resource (Delivery Log), scope (Project), and distinguishes from sibling tools like update_delivery_log and delete_delivery_log by focusing on the create operation and non-idempotency ('calling it again creates another record').

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (to create a new delivery log) and mentions the default project_id from procore_set_config. However, it does not explicitly name alternatives (e.g., update_delivery_log) or state when not to use this tool, so it lacks explicit exclusions or alternative recommendations.

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