Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Group And Move Markups

create_group_and_move_markups

Create a new markup group in the same layer as a source group and move specified markups into it.

Instructions

Creates a new group in the same layer as the source group and moves the specified markups to it. Use this to create a new Document Markup records in Procore. Creates a new Document Markup records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, viewer_doc_id, source_group_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups/groups

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the Procore company
project_idYesURL path parameter — unique identifier for the Procore project
viewer_doc_idYesURL path parameter — unique identifier of the viewer doc
markup_idsNoJSON request body field — array of markup identifiers
source_group_idYesJSON request body field — unique identifier of the source group
actionNoJSON request body field — the action for this Document Markup operation
pin_idNoJSON request body field — unique identifier of the pin
escalate_to_pinNoJSON request body field — the escalate to pin for this Document Markup operation
Behavior4/5

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

The description discloses that the tool creates a group in the same layer as the source group and moves specified markups, and returns the created object on success (HTTP 201). Annotations already indicate it is not read-only, so the description adds value by detailing the side effect of moving markups and the success 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?

The description is moderately concise but suffers from repetition ('Creates a new Document Markup records' appears twice). It could be streamlined without losing information. The essential information is present, but the redundancy reduces clarity and efficiency.

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

Completeness2/5

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

Given no output schema, the description covers the basic action and return type but leaves gaps. It implies markup_ids are required for moving markups, yet they are optional in the schema. It does not explain the behavior when markup_ids are absent, the naming of the new group, or parameters like 'action' and 'escalate_to_pin'. The completeness is inadequate for a tool with 8 parameters and no output schema.

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 coverage is 100%, so baseline is 3. The description adds meaning by explaining that the new group is created in the same layer as the source_group_id, and lists required parameters explicitly. This goes beyond the schema's field descriptions by clarifying the relationship between source_group_id and the new group.

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 creates a new group in the same layer as a source group and moves markups to it. The verb 'create' and resource 'group' are specific. However, it contains some confusion by mentioning 'create a new Document Markup records' which is not exactly accurate, detracting from perfect clarity.

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?

The description offers no guidance on when to use this tool versus alternatives like 'create_a_new_group' or 'modify_markups'. It does not indicate when not to use it or provide context for selecting this tool over siblings. The only hint is that it involves moving markups, but no explicit differentiation.

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