Skip to main content
Glama
TylerIlunga

Procore MCP Server

Respond To A Workflow Instance (Company)

respond_to_a_workflow_instance_company

Submit a response to a company workflow instance by providing the current step occurrence and selected response option. Required parameters include company_id, instance id, step occurrence id, response option id, and attachments.

Instructions

Respond to a Workflow Instance (Company). Use this to perform the respond to action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, id, current_step_occurrence_id, selected_response_option_id, attachments. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/{id}/responses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — unique identifier for the resource.
current_step_occurrence_idYesJSON request body field — iD of the current step occurrence
selected_response_option_idYesJSON request body field — iD of the selected response option
commentNoJSON request body field — a note about this response
attachmentsYesJSON request body field — attachments associated with this response
Behavior3/5

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

The description discloses that this is a POST action that creates a resource and returns HTTP 201. Annotations indicate it is not read-only, not destructive, and not idempotent, which aligns. However, it adds limited behavioral context beyond annotations—e.g., no mention of required permissions, side effects on the workflow state, or rate limits. The incorrect statement about creating a 'new Workflows' 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 three sentences: purpose, usage statement, and parameter/endpoint summary. It is relatively concise and front-loaded with the core action. However, the sentence 'Creates a new Workflows' is redundant with the purpose and may confuse. Trimming that would improve conciseness.

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?

The description provides the endpoint, HTTP method, and success response. However, it lacks explanation of the workflow response process—e.g., that this advances the workflow or records a decision. Without output schema, the return value is vaguely described as 'the created object.' For a workflow tool, more context about the interaction would be helpful.

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?

Input schema coverage is 100%, so the schema already documents all parameters. The description adds value by listing the required parameters (company_id, id, current_step_occurrence_id, selected_response_option_id, attachments) and mentioning comment as optional. This helps the agent quickly identify mandatory fields, but does not add deep semantic meaning beyond the schema descriptions.

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 the tool's purpose: responding to a workflow instance at the company level. The action and resource are identified, and the name differentiates it from the project sibling. However, the phrase 'Creates a new Workflows' is potentially misleading, as it should create a response, not a new workflow. This slightly reduces clarity.

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 is provided on when to use this tool versus alternatives. There is no mention of exclusions, prerequisites, or scenarios where another tool would be more appropriate. The description only states 'Use this to perform the respond to action on Workflows,' which is insufficient for an agent to distinguish among many workflow-related tools.

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