Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A New Group

create_a_new_group

Create a new group within a layer to organize Document Markup records. Requires company, project, name, and layer ID.

Instructions

Create a new group within a layer. 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, name, layer_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/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
nameYesJSON request body field — the name for this Document Markup operation
layer_idYesJSON request body field — unique identifier of the layer
order_indexNoJSON request body field — the order index for this Document Markup operation
colorNoJSON request body field — the color for this Document Markup operation
visibilityNoJSON request body field — the visibility for this Document Markup operation
settingsNoJSON request body field — the settings for this Document Markup operation
Behavior2/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds that it returns HTTP 201 and the created object, but fails to disclose other behavioral traits like side effects, permissions, or error conditions. Minimal addition beyond annotations.

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 concise at two sentences plus a list of required parameters and API info. Slight redundancy with 'Document Markup records' repeated, but overall well-structured and front-loaded.

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 provides context about creating groups within layers for Document Markup and lists required parameters. However, it does not explain nested objects like settings, the purpose of optional parameters, or how this fits into the broader workflow. Adequate but not complete.

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?

Input schema parameters all have descriptions (100% coverage). The description lists required parameters but adds no extra meaning beyond the schema, especially for optional fields like order_index, color, visibility, settings.

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 the tool creates a new group within a layer for Document Markup records, specifying required parameters and the API endpoint. However, it does not explicitly differentiate from sibling tools like create_a_single_group or create_group_and_move_markups, leaving some ambiguity.

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 provides no guidance on when to use this tool versus alternatives. It lists required parameters but does not mention prerequisites, context, or exclusions. Siblings include similar group creation tools, making this a gap.

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