Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Equipment By ID (Project)

get_equipment_by_id_project
Read-onlyIdempotent

Fetch the full details of an equipment record by its ID for a specific project.

Instructions

Get equipment by ID (Project). Use this to fetch the full details of a specific Equipment records by its identifier. Returns a JSON object describing the requested Equipment records. Required parameters: project_id, equipment_id, company_id. Procore API (v2.1): Core > Equipment. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — the Id of the project
equipment_idYesURL path parameter — the UID of the equipment
company_idYesURL path parameter — unique identifier for the company.
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so agent knows it's safe. Description adds endpoint detail but no additional behavioral context like authentication requirements or rate limits. Adequate given annotations.

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

Conciseness5/5

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

Four sentences that are each valuable: purpose, usage, return type, required params, API reference. No unnecessary information.

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

Completeness4/5

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

For a simple read operation with well-documented annotations and schema, the description covers purpose, required parameters, and API endpoint. Lacks guidance on pagination but that is minimal. Sufficient for tool selection and invocation.

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?

All 5 parameters have descriptions in the input schema (100% coverage). The description merely restates required parameters without adding new semantic information beyond what schema already provides.

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?

Clearly states 'Get equipment by ID (Project)' and describes fetching full details of a specific equipment record by identifier. Differentiates from company-level counterpart via title and context, but does not explicitly mention when to use this vs. sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Use this to fetch the full details of a specific Equipment records by its identifier.' and lists required parameters. However, it does not provide when-not-to-use or alternative tools.

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