Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show An Equipment Make (Deprecated)

show_an_equipment_make
Read-onlyIdempotent

Retrieve complete details for a specific equipment make using its ID and company ID. Access the full field set for any existing equipment make in Procore.

Instructions

Return detailed information about a specific equipment make. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which equipment make you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the equipment make. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/managed_equipment_makes/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the equipment make
company_idYesURL path parameter — unique identifier for the company.
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: deprecation dates, read-only assurance, and specific HTTP error codes (401/403/404). However, the sentence claiming 'company_id defaults to the value set by procore_set_config when omitted' contradicts the schema's required-parameter list and the later 'Required parameters: company_id, id', creating ambiguity about whether the parameter is actually optional.

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 is front-loaded with the core purpose and then organizes deprecation, usage, parameters, return, read-only, errors, and API context logically. It is somewhat lengthy and includes redundant statements (e.g., 'Read-only — it changes nothing in Procore' repeats readOnlyHint), but each sentence generally adds useful 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 GET endpoint with two parameters and no output schema, the description covers the return type, error behavior, deprecation, and prerequisites. The main gap is the inconsistent parameter documentation for company_id, which slightly undermines completeness but does not omit critical operational details.

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?

Schema descriptions are minimal (just 'URL path parameter'), so the description adds meaning by explaining that company_id can be defaulted from config (though inconsistent) and that id must reference an existing parent record, to be resolved with a list tool first. With 100% schema coverage, the baseline is 3, and this extra guidance lifts it to 4 despite the company_id contradiction.

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?

The description clearly states 'Return detailed information about a specific equipment make' and specifies the exact endpoint, making the operation unmistakable. It also distinguishes itself from sibling tools by noting it is for retrieving a single full-field record when you already know which equipment make you want, versus list/create/update/delete alternatives.

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

Usage Guidelines5/5

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

Explicit usage guidance is provided: 'Use this when you already know which equipment make you want and need its full field set' and directs users to resolve the id with the matching list tool first. It also addresses the deprecation by advising to prefer a newer version and use procore_search_endpoints to find it, which is clear alternative guidance.

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