Skip to main content
Glama
TylerIlunga

Procore MCP Server

Batch-Get Model Manager Viewpoints By UUID (REST V2.0, Issue-Scoped)

batch_get_model_manager_viewpoints_by_uuid_rest_v2_0_issue

Batch retrieve Model Manager viewpoints for a coordination issue by providing a list of viewpoint UUIDs. Only returns viewpoints already mapped to the issue.

Instructions

Request body must include ids (non-empty array of UUID strings). The server filters ids to those present on this issue as MM-backed mappings, preserves request order for the intersection, then calls Model Manager POST .../bim/viewpoints/batch. If no ids remain after filtering, returns { "data": [] } without calling Model Manager. Response body is forwarded from Model Manager (typically { "data": [ ... ] }). Use this to perform the batch get action on Coordination Issues. Creates a new Coordination Issues and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, coordination_issue_id, ids. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{coordination_issue_id}/viewpoints/batch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
coordination_issue_idYesURL path parameter — coordination Issue ID
idsYesJSON request body field — requested MM viewpoint UUIDs (server filters to those mapped on the issue)
Behavior2/5

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

The description provides details on filtering, order preservation, and the empty response case, which adds value beyond the annotations. However, it contains an internal contradiction: it describes a batch get operation but also claims 'Creates a new Coordination Issues'. This inconsistency undermines transparency. Annotations have readOnlyHint=false, which aligns with creation but not with 'get'. The description does not resolve this.

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

Conciseness2/5

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

The description is verbose and includes redundant information such as the Procore API category and the full endpoint URL. It also contains the confusing creation sentence that should not be present. While the first sentence is succinct, the overall length and inclusion of irrelevant details hurt conciseness.

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?

The description explains the main flow: input filtering, forwarding to Model Manager, and the empty response case. It also indicates the typical response format. However, it does not cover error scenarios or the behavior when Model Manager returns an error. The misleading creation statement detracts from completeness.

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?

The schema covers 100% of parameters, and the description adds meaning beyond the schema: it explains the 'ids' array must be non-empty, that the server filters them to those mapped on the issue, and preserves request order. It also clarifies the required path parameters. This significantly helps the agent understand the parameter behavior.

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 states that the tool performs a 'batch get action on Coordination Issues' and explains the filtering and forwarding to Model Manager. However, it also misleadingly claims 'Creates a new Coordination Issues', which contradicts the 'get' purpose and reduces clarity. The endpoint and path parameters are provided, but the core purpose is muddled by this erroneous statement.

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?

The description gives context on when to use the tool ('Use this to perform the batch get action on Coordination Issues') and explains the filtering behavior and the case when no IDs remain. However, it does not explicitly compare to sibling tools or state when not to use it. The guidance is implicit but not comprehensive.

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