Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get One Coordination Issue Viewpoint (Model Manager Or Legacy BimViewpoint, REST

get_one_coordination_issue_viewpoint_model_manager_or_legacy
Read-onlyIdempotent

Retrieve full details of a coordination issue viewpoint using its identifier. Supports both Model Manager UUID and legacy BIM viewpoint ID.

Instructions

Resolves a join row on this issue: viewpoint_uuid match first, else legacy bim_viewpoint_id. - MM-backed: Model Manager GET .../bim/viewpoints/{uuid}; data is the MM viewpoint with primary and position merged from the join row (same idea as PATCH 200). - Legacy: BimViewpointBlueprint view :procore_v0_1 for the linked BimViewpoint, plus primary / position from the join row. Use this to fetch the full details of a specific Coordination Issues by its identifier. Returns a JSON object describing the requested Coordination Issues. Required parameters: company_id, project_id, coordination_issue_id, viewpoint_id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{coordination_issue_id}/viewpoints/{viewpoint_id}

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
viewpoint_idYesURL path parameter — **MM-backed:** Model Manager viewpoint UUID (`[0-9a-f-]{36}`, case-insensitive). **Legacy:** numeric `bim_viewpoints.id` for a join row that has `bim_viewpoint_id` (no `viewpoint_uuid`).
includedNoQuery string parameter — **Ignored.** Legacy show always returns the full `BimViewpointBlueprint` `:procore_v0_1` payload.
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds value by detailing the resolution behavior (viewpoint_uuid vs bim_viewpoint_id), the two backend paths (MM and Legacy), and data merging (primary, position). No contradictions.

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 well-structured with bullet points, code formatting, and clear separation of MM and Legacy paths. It is front-loaded with the key resolution logic. While slightly verbose, every sentence adds value. Minor room for tightening.

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

Completeness5/5

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

Given the complexity of the tool (two backend paths, data merging, legacy fallback), the description covers all essential aspects: resolution logic, data returned for each path, required parameters, and API endpoint reference. No output schema exists, but the description sufficiently explains return structure. Complete for agent usage.

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 with descriptions for all 7 parameters. The description adds meaning beyond the schema by explaining the dual nature of viewpoint_id (UUID vs numeric), noting that 'included' is ignored, and listing required parameters. This helps the agent understand parameter usage.

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?

Clearly states it resolves a join row on a coordination issue viewpoint by matching viewpoint_uuid first, then legacy bim_viewpoint_id. It explicitly says 'Use this to fetch the full details of a specific Coordination Issues by its identifier.' This distinguishes it from other coordination issue endpoints.

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?

Provides clear context on when to use (fetching full details of a coordination issue viewpoint) and describes the resolution logic. However, it does not explicitly state when not to use or list alternative tools, though the context is sufficient for the agent.

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