Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Specification Set

create_specification_set

Create a new specification set in a specified Procore project. Provide project ID and name to get the created set's ID, with error responses for invalid permissions or IDs.

Instructions

Create a new Specification Set in the specified project. project_id defaults to the value set by procore_set_config when omitted. Creates the specification set and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, name. Procore API: Project Management > Specifications. Endpoint: POST /rest/v1.0/projects/{project_id}/specification_sets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoJSON request body field — creation date of specification set
nameYesJSON request body field — name of specification set
project_idYesURL path parameter — the ID of the project for the new set
Behavior4/5

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

Beyond annotations (readOnlyHint=false, idempotentHint=false), the description adds valuable behavioral context: the tool returns the new record with its ID (HTTP 201), explicitly states repeated calls create additional records, and describes common failure statuses (401, 403, 404). This meaningfully aids an agent in anticipating side effects and errors.

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 information-dense and well-structured, starting with the primary purpose, then default behavior, side effects, error handling, and API reference. Every sentence adds useful context, though including the full endpoint path is slightly redundant given the name and schema, but not excessive.

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

Completeness4/5

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

For a straightforward create operation with three parameters and no output schema, the description covers return value (new id), success status, defaulting behavior, required parameters, and common errors. It is sufficiently complete for an agent to invoke the tool correctly without guessing about idempotency or project_id resolution.

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 input schema already provides 100% coverage for all three parameters, so baseline is 3. The description adds a crucial semantic: project_id defaults to procore_set_config when omitted, which is not present in the schema. It also reiterates required parameters but does not substantially enrich date or name beyond their schema descriptions.

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?

The description opens with a clear, specific verb and resource: 'Create a new Specification Set in the specified project.' It distinguishes this create operation from the many list/show/update specification set tools present in the sibling list, and explicitly names the target resource and scope.

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 implies usage by stating it creates a new record and notes that calling it again creates another, which hints at non-idempotency. It does not explicitly mention alternatives or when not to use this tool, but the default project_id behavior and required parameters provide some contextual guidance.

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