Skip to main content
Glama
TylerIlunga

Procore MCP Server

Set Current Project (Project)

set_current_project_project
Idempotent

Assigns an equipment record to a project, updating its current project assignment using equipment ID, project ID, and company ID.

Instructions

Set current project (Project). 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, project_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/project_log

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipment_idYesURL path parameter — unique identifier of the equipment
project_idYesURL path parameter — the Id of the project
company_idYesURL path parameter — unique identifier for the company.
Behavior2/5

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

Description claims it creates a new Equipment record (POST), but annotation says idempotentHint=true, which contradicts the potentially non-idempotent creation. Beyond annotations, it adds minimal behavioral context like HTTP 201 response.

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?

Contains some redundancy ('Set current project (Project)' and 'Use this to perform the set current action') and a typo ('records' vs 'record'). Information is front-loaded but could be more streamlined.

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 the endpoint and creation behavior but lacks explanation of what 'set current project' means, prerequisites, or effects. No mention of similar sibling tools for comparison.

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?

Input schema has 100% coverage. Description adds the endpoint URI pattern, clarifying how parameters are used as path segments, which is valuable beyond the schema descriptions.

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 it sets the current project on Equipment records and specifies the HTTP response. However, the phrase 'set current action' is vague, and the tool name is ambiguous without context.

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?

No guidance on when to use this tool versus alternatives like 'associate_equipment_with_project_project' or 'bulk_remove_current_project_project'. Required parameters are listed but no scenario description.

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