Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Maintenance Log Attachment.

create_maintenance_log_attachment

Attach files to a managed equipment maintenance log in Procore. Uses company and maintenance log IDs to create the attachment.

Instructions

Create a new maintenance log attachment. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id, id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}/attachments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — id of the Managed Equipment Maintenance Log
managed_equipment_maintenance_logs_idNoJSON request body field — maintenance log Id the maintenance log attachment is associated with
documentsNoJSON request body field — the documents for this Field Productivity operation
foldersNoJSON request body field — the folders for this Field Productivity operation
upload_uuidsNoJSON request body field — the upload uuids for this Field Productivity operation
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-idempotent (idempotentHint=false). The description adds that it returns the created object on success and provides the HTTP method and endpoint. However, it does not disclose permissions, rate limits, or side effects, so the description adds moderate value.

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

Conciseness3/5

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

The description is somewhat repetitive (e.g., 'create a new Field Productivity records' appears twice) and could be more concise by removing duplicates. It is front-loaded with the action but includes some redundant phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the return value (created object) and endpoint, but lacks details on error handling, authentication, or the meaning of optional parameters. Given the complexity and absence of output schema, the description is minimally adequate.

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 description adds minimal value beyond the schema. It reiterates that company_id and id are required, which is already clear from the schema. No additional parameter guidance is provided.

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 the tool creates a new maintenance log attachment and mentions the HTTP 201 response, which distinguishes it from other creation tools. However, it does not explicitly differentiate it from sibling attachment tools like 'create_attachment_project' or 'create_equipment_attachment_company'.

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 Field Productivity records in Procore' and specifies required parameters, but it provides no guidance on when not to use this tool or any alternatives, leaving the agent to infer usage context from the name alone.

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