Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Action Plan Section

create_action_plan_section

Create a new section in a Procore action plan. Supply project ID, plan ID, and title to add the section and get its new ID.

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. Pass the record's fields as top-level arguments — they are nested under "plan_section" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Creates the action plan section 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, 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
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...
titleYesJSON request body field — the title for this Action Plans operation
plan_idYesJSON request body field — unique identifier of the plan
project_idYesURL path parameter — unique identifier for the project.
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it explicitly states that calling it again creates another record (matching idempotentHint=false), describes the HTTP 201 response with new id, and lists common error statuses (401, 403, 404). It also explains the view parameter behavior, which annotations do not cover.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the primary purpose, followed by view options, payload handling, defaults, idempotency, error handling, required parameters, and API reference. Every sentence contributes useful information without repetition or fluff.

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 create operation with no output schema, the description covers essential invocation details: required parameters, view options, project_id default, non-idempotent behavior, and error scenarios. It omits the 'ids' view option present in the schema enum, but that is a minor gap given the coverage of normal and extended views.

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?

Schema coverage is 100% with parameter descriptions, but the tool description adds important semantics: fields are passed as top-level arguments and nested into 'plan_section' payload automatically, and project_id defaults to config value. It also clarifies the extended view returns nested plan_items array, which goes beyond the schema's truncated description.

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 an Action Plan Section for a given Action Plan, using the specific verb 'Creates' and resource. It does not explicitly differentiate from sibling tools like update_action_plan_section or list_action_plan_sections, but the action is unambiguous from the name and context.

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 usage context is implied: you need an existing action plan (plan_id) and a title. It does not provide explicit when-to-use versus alternatives or mention sibling tools for related operations. The mention of project_id default from config gives some context, but no exclusions or alternative recommendations.

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