Skip to main content
Glama
TylerIlunga

Procore MCP Server

Set Current Project (Company)

set_current_project_company
Idempotent

Sets the current project and company for an equipment record by creating a project log entry.

Instructions

Set current project (Company). Use this to perform the set current action on Equipment records. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: equipment_id, company_id, project_id. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/project_log

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipment_idYesURL path parameter — unique identifier of the equipment
company_idYesURL path parameter — unique identifier for the company.
project_idYesJSON request body field — the project being logged on the equipment.
Behavior2/5

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

The description indicates the tool creates a new record (HTTP 201), which contradicts the idempotentHint=true annotation, as creation is typically non-idempotent. No additional behavioral context (e.g., authorization needs, side effects) is provided beyond what annotations already convey.

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 three sentences; the first repeats the title, and the third includes endpoint details that could be omitted. It is not as concise as it could be, but it is not overly verbose.

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

Completeness2/5

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

The description lacks an explanation of what 'set current project' means, how the created record relates to equipment, and what the response contains. With many sibling tools and no output schema, this is insufficient for an AI 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?

Schema coverage is 100% and the description merely lists the required parameters without adding semantic meaning beyond what the schema provides. No improvements are made.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description mentions both 'set current action on Equipment records' and 'Creates a new Equipment records', conflating two different actions. This makes the tool's exact purpose unclear, especially given sibling tools like 'associate_equipment_with_project_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 perform the set current action on Equipment records' but provides no guidance on when to use this tool versus alternatives like 'set_current_project_project' or 'bulk_update_current_project_company'. No exclusions or context are given.

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