Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Drawing Set

create_drawing_set

Create a new drawing set in a Procore project to organize drawings. Requires project ID and set name.

Instructions

Create a new Drawing Set in the specified Project. Use this to create a new Drawings in Procore. Creates a new Drawings and returns the created object on success (HTTP 201). Required parameters: project_id, name. Procore API: Project Management > Drawings. Endpoint: POST /rest/v1.0/projects/{project_id}/drawing_sets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
nameYesJSON request body field — drawing Set name
dateNoJSON request body field — drawing Set date
Behavior3/5

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

Annotations show destructiveHint=false and readOnlyHint=false, consistent with creation. The description adds that it returns HTTP 201 and the created object. No side effects, permissions, or rate limits are disclosed. The description adds some context but does not go beyond basic creation behavior.

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 slightly repetitive (e.g., 'Create a new Drawing Set... Use this to create a new Drawings... Creates a new Drawings...'). It includes the endpoint and required parameters. Could be tightened.

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?

For a simple tool with 3 parameters and no output schema, the description covers the core action and required parameters. It does not mention the optional 'date' parameter or describe the returned object structure. Adequate but not comprehensive.

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?

Schema coverage is 100%, so the schema fully documents parameters. The description lists required parameters but adds no additional meaning beyond the schema. The optional 'date' parameter is not mentioned. Baseline 3 is appropriate.

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 Drawing Set in a specified Project and returns the created object. The verb 'create' and resource 'Drawing Set' are specific. However, it inconsistently uses 'Drawings' which may cause minor confusion. It distinguishes from siblings as there is no other tool for creating drawing sets.

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 indicates when to use the tool (to create a Drawing Set) and lists required parameters. It does not explicitly state when not to use it or provide alternatives. Since there is only one such tool, the usage context is implied but not fully explicit.

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