Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Equipment Attachment (Company)

create_equipment_attachment_company

Create a new attachment for equipment in Procore. Provide equipment ID, company ID, name, and type.

Instructions

Create equipment attachment (Company). 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, company_id, name, type. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/attachment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipment_idYesURL path parameter — unique identifier of the equipment
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.
Behavior2/5

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

Annotations already indicate this is a write operation (readOnlyHint=false). Description adds only that it returns the created object on HTTP 201, which is standard for create endpoints. No additional behavioral context beyond annotations.

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?

Description is somewhat repetitive ('create a new Equipment records' appears twice) and includes unneeded API details. Could be more concise without losing clarity.

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?

Covers main purpose, required params, and endpoint. Lacks explanation of optional parameter 'resource_id' and mention of response format. Adequate but not thorough for a creation tool.

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 baseline is 3. Description lists required parameters and mentions path/query/body context for a few, but does not add significant meaning 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?

Describes specifically creating an equipment attachment at the company level, using clear verb+resource structure. Differentiates from sibling 'create_equipment_attachment_project' by name and context.

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?

States to use for creating equipment records but does not provide guidance on when to prefer company vs project level, nor does it mention sibling tools explicitly.

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