Skip to main content
Glama
TylerIlunga

Procore MCP Server

Move Action Plan Into "In Progress"

move_action_plan_into_in_progress

Move an action plan to In Progress status in Procore, setting it to 'in_progress' and preventing further modifications.

Instructions

Move Action Plan into "In Progress". This will set the status of the Plan to "in_progress". Once in this state, only specific updates to the Plan are allowed. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Applies the change and returns the updated action plan into in progress. 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, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plans/{id}/publish

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Action Plans resource
project_idYesURL path parameter — unique identifier for the project.
Behavior4/5

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

Annotations are minimal (readOnlyHint false, destructiveHint false), but the description discloses key behavioral traits: it changes the plan status, restricts subsequent updates, and returns the updated plan. It also details likely HTTP error codes (401, 403, 404), which goes beyond what annotations provide. No contradiction with annotations.

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 somewhat lengthy but every sentence adds information: state change, post-state restrictions, defaults, id resolution, return value, error handling, and API endpoint. It is appropriately front-loaded with the core purpose. Could be trimmed slightly, but no waste.

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?

The description covers the return value, likely error scenarios, the endpoint, and parameter prerequisites. It lacks an explicit precondition that the plan must currently be in 'draft' before moving to 'in_progress', which would be a useful addition. Overall, it is solid for a state-transition tool.

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%, so a baseline of 3 applies. The description adds extra meaning: project_id defaults to the value from procore_set_config, and id must identify an existing parent record resolved via a list tool. This clarifies how to obtain and use the parameters beyond the 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 clearly states the action: 'Move Action Plan into "In Progress"' and explicitly says it sets the status to 'in_progress'. It distinguishes from sibling tools like move_action_plan_back_into_draft by specifying the target state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: it explains the state transition and notes that once in this state, only specific updates are allowed. It also gives practical guidance on resolving the id via a list tool first and mentions the default for project_id. It does not explicitly exclude alternatives like move_action_plan_back_into_draft, but the purpose is unambiguous.

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