Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Equipment Attachment (Project)

create_equipment_attachment_project

Create an equipment attachment record in Procore for a project, linking to resources like maintenance records. Requires equipment ID, project, company, name, and type.

Instructions

Create equipment attachment (Project). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: equipment_id, project_id, company_id, name, type. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/attachment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipment_idYesURL path parameter — unique identifier of the equipment
project_idYesURL path parameter — unique identifier for the project.
company_idYesURL path parameter — unique identifier for the company.
resource_idNoQuery string parameter — iD of the specific resource to associate this attachment with (e.g., maintenance record ID). Used to link attachments to specific resources under this equipment.
nameYesJSON request body field — the name of the file.
typeYesJSON request body field — the type of the equipment attachment.
Behavior3/5

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

Annotations indicate the tool is not read-only and not destructive, which matches the write operation. The description adds that the tool returns the created object on HTTP 201 success, but lacks details on error responses, required permissions, or rate limits. With annotations covering the basic behavior, the description provides minimal added value.

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 consists of three sentences that concisely state the purpose, method (HTTP 201), and required parameters. The inclusion of the endpoint is slightly redundant but not harmful. It is reasonably efficient without extra fluff.

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?

For a creation tool with 6 parameters and no output schema, the description covers the basic creation behavior and success response. However, it does not describe the return object structure, error handling, or authentication requirements. This is adequate but leaves some gaps for an agent to fully understand the tool's behavior.

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?

Input schema has 100% description coverage, so each parameter is already explained. The description merely lists the required parameters without adding semantic meaning, such as the allowed values for 'type' or how parameters interact. Baseline score of 3 is appropriate as schema does the heavy lifting.

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 that the tool creates an equipment attachment in Procore, using the name and title to reinforce the 'attachment' aspect. However, the phrase 'create a new Equipment records' is slightly ambiguous as it might suggest creating equipment rather than an attachment. The endpoint path clarifies project-level context, distinguishing it from company-level siblings.

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 implies usage for creating equipment attachments within a project via the endpoint and title, but it does not explicitly state when to use this tool versus alternatives like 'create_equipment_attachment_company'. No guidance on when not to use or prerequisites is provided.

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