Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Punch Item Type

create_punch_item_type

Creates a new punch item type for a project in Procore. Provide the project ID and punch item type details to add a punch list record.

Instructions

Create a new Punch Item Type. Use this to create a new Punch List records in Procore. Creates a new Punch List records and returns the created object on success (HTTP 201). Required parameters: project_id, punch_item_type. Procore API: Project Management > Punch List. Endpoint: POST /rest/v1.0/punch_item_types

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — the ID of the Project the Punch Item Type belongs to
punch_item_typeYesJSON request body field — the punch item type for this Punch List operation
Behavior3/5

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

Discloses creation behavior and success response (HTTP 201), but does not detail side effects, authorization needs, or error scenarios. Annotations already indicate it is a write operation, so the description adds limited value.

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 relatively concise with three sentences, but includes slight redundancy (e.g., 'Use this to create a new Punch List records' repeats the purpose). Front-loaded with the core action.

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 creation tool with no output schema and an object parameter (punch_item_type) that has additionalProperties, the description does not explain the expected structure or response format. It provides the API endpoint but is incomplete in guiding the agent on how to construct the object.

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% and already describes both parameters clearly. The description merely repeats required parameter names without adding new semantic meaning beyond the schema.

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 Punch Item Type and mentions the HTTP 201 response. However, it confuses by referring to 'Punch List records' instead of 'Punch Item Type' consistently, and does not differentiate from sibling tools like create_punch_item.

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?

No guidance on when to use this tool vs alternatives such as update_punch_item_type or create_punch_item. It only lists required parameters and the endpoint without usage context.

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