Skip to main content
Glama
TylerIlunga

Procore MCP Server

Clones Daily Logs From One Date To Another Date

clones_daily_logs_from_one_date_to_another_date

Clone daily log records from a source date to a target date, copying specified log types within a project. Use to duplicate logs for efficient record keeping.

Instructions

Clones Daily Logs of the given log_types from the from_date to the to_date. Use this to perform the clones daily action on Daily Log records. Creates a copy of the Daily Log records and returns the newly created object (HTTP 201). Required parameters: project_id, from_date, to_date, log_types. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/daily_logs/clones

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
Idempotency-TokenNoJSON request body field — unique idempotent token
from_dateYesJSON request body field — date to copy logs from in YYYY-MM-DD format
to_dateYesJSON request body field — date to copy logs to in YYYY-MM-DD format
log_typesYesJSON request body field — log types to copy. More than one log type can be provided.
daily_log_segment_idNoJSON request body field — optional. The ID of the daily log area to filter logs by. Only logs belonging to the specified area will be copied. If the area has associated log types, only those log types will be allowed.
Behavior3/5

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

The description adds that the tool creates a copy and returns HTTP 201, which aligns with annotations indicating a non-read-only operation. It does not disclose additional behaviors like idempotency (marked false) or rate limits, but the annotations already provide baseline safety information.

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 concise and front-loaded with the action. It includes necessary details like required parameters and API endpoint, though the phrase 'Use this to perform the clones daily action' is somewhat redundant with the first sentence.

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?

There is no output schema, but the description notes a successful HTTP 201 response. For a cloning tool, the description sufficiently covers the behavior, though it omits details about handling duplicates or partial failures.

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 has 100% coverage with descriptions for all parameters. The description merely reiterates required parameters without adding new semantic context, so it adds no value beyond the schema.

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 that the tool clones daily logs from one date to another with specific log types. The verb 'clone' and resource 'daily logs' are explicit, and it distinguishes itself from sibling tools like 'bulk_updates_for_daily_logs' by specifying a copy operation across dates.

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 includes 'Use this to perform the clones daily action on Daily Log records' and lists required parameters, providing basic usage guidance. However, it does not specify when not to use the tool or mention alternatives, limiting its guidance for an AI agent.

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