Skip to main content
Glama
TylerIlunga

Procore MCP Server

Restart A Workflow Instance (Project)

restart_a_workflow_instance_project

Terminates and restarts a workflow instance from the beginning, returning the new instance. Use when a fresh start is needed.

Instructions

Terminates the current instance and restarts a new instance from the beginning. Returns the new instance information. Use this to perform the restart a action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, id. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/instances/{id}/restart

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — unique identifier for the workflow instance.
Behavior1/5

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

The description states the tool 'Terminates the current instance', which is a destructive action, but the annotations indicate destructiveHint=false. This is a direct contradiction regarding the tool's safety profile. Beyond that, the description adds context about returning new instance info and HTTP status, but the contradiction undermines trust.

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 reasonably concise but contains an awkward phrase ('restart a action') and includes the full endpoint URL, which is somewhat redundant but not overly verbose. It is front-loaded with the core action and returns info, making it efficient for an agent.

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

Completeness2/5

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

With no output schema, no explicit prerequisites or error conditions are mentioned. The description covers the basic action and return, but given the tool's complexity (mutation, 3 params) and the annotation contradiction, it lacks completeness. Does not explain side effects or what happens to the old instance beyond 'terminates'.

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% with three string parameters (company_id, project_id, id). The description merely repeats that these are required, adding no additional semantic meaning or usage details beyond what the schema already provides. Baseline score of 3 applies.

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: it terminates the current instance and starts a new one from the beginning. It specifies the resource (workflow instance), the verb (restarts), and includes API details (HTTP 201, endpoint). This distinguishes it from 'restart_a_workflow_instance_company' by context, but the purpose is unequivocal.

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 says 'Use this to perform the restart a action on Workflows' and lists required parameters, but it does not explicitly differentiate this tool from siblings like 'terminate_a_workflow_instance_project' or 'respond_to_a_workflow_instance_project'. No guidance on when not to use it or when alternatives are better.

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