Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Plan Revision Log

create_plan_revision_log

Create a plan revision log entry for a Procore project. Supply the project ID and revision details to record the change and obtain the new log ID.

Instructions

Creates single Plan Revision Log. #### See - Daily Log guide - for additional info on * Attachments. project_id defaults to the value set by procore_set_config when omitted. Creates the plan revision 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, plan_revision_log. Procore API: Project Management > Daily Log. Endpoint: POST /rest/v1.0/projects/{project_id}/plan_revision_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
attachmentsNoJSON request body field — plan Revision 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...
plan_revision_logYesJSON request body field — the plan revision log for this Daily Log operation
Behavior5/5

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

The description goes well beyond the annotations by disclosing non-idempotent behavior, the successful HTTP 201 response shape, and common failure payloads (401/403/404). It also explains the project_id defaulting behavior and attachment upload nuances, giving the agent a clear behavioral model.

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 dense but includes several distinct pieces of information: purpose, link to guide, default behavior, idempotency, error semantics, required parameters, and endpoint. It is not as lean as it could be, but every sentence contributes useful operational detail.

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?

Given the lack of an output schema, the description adequately covers return value, error cases, required parameters, and non-idempotency. It does not enumerate the fields of the nested plan_revision_log object, but the schema and linked guide partially compensate for that.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds value by noting project_id defaults to the procore_set_config value and explicitly listing required parameters. It also links to the Daily Log guide for attachment details, which helps with the complex plan_revision_log object.

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 opens with 'Creates single Plan Revision Log,' a specific verb and resource, and clarifies that each call creates a distinct record. It also identifies the Procore API endpoint, distinguishing this create operation from sibling list/update/delete plan revision log tools.

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 usage context: it creates one plan revision log, returns the new record with its id (HTTP 201), and warns that calling it again creates another record. It does not explicitly name alternatives, but the create-vs-list/update/delete distinction is evident from the endpoint and behavior.

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