Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Action Plan Section

create_action_plan_section

Create a section in a Procore action plan by providing project, plan ID, and title. Returns the section with optional extended details including plan items.

Instructions

Creates an Action Plan Section for a given Action Plan. View Parameter: - normal (default): Returns standard Action Plan Section attributes - extended: Returns standard attributes plus nested plan_items array. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: project_id, plan_id, title. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
viewNoQuery string parameter — specifies which view (which attributes) of the Action Plan Section is going to be present in the response. - `normal` (default): Returns standard Action Plan Section attributes - `extended`: Return...
plan_idYesJSON request body field — unique identifier of the plan
titleYesJSON request body field — the title for this Action Plans operation
Behavior3/5

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

Annotations indicate this is not read-only or destructive. The description adds that on success HTTP 201 is returned and the created object is returned. However, it doesn't disclose any additional behavioral traits like authorization requirements, rate limits, or side effects (e.g., triggering notifications). Since annotations already convey basic safety, the description adds modest 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 five sentences, front-loaded with the core action. It includes useful details like view parameter options and required fields. The trailing 'Procore API...' line is somewhat redundant but not egregious. Could be slightly tighter, but overall well-structured.

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?

Given the moderate complexity and good schema coverage, the description provides a solid overview: it explains the purpose, optional vs required parameters, and the success response. No output schema exists, but the view parameter gives some insight into response structure. Missing details like error conditions or field constraints, but adequate for a creation tool.

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 already describes each parameter. The description reinforces the view enum and lists required parameters but does not add significant new meaning beyond what's in the schema. Baseline 3 is appropriate.

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 clearly states the action ('Creates an Action Plan Section') and the target resource ('for a given Action Plan'). It effectively distinguishes this tool from siblings like create_action_plan, create_action_plan_item, and copy section tools by focusing on section creation.

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 lists required parameters (project_id, plan_id, title) and mentions the view parameter options. However, it lacks explicit guidance on when to use this tool vs. alternatives (e.g., bulk creation, copy methods). No 'when not to use' or comparison with sibling tools is provided.

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