Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Workflow Activity History

show_workflow_activity_history
Read-onlyIdempotent

Retrieve the full field set for a workflow activity history using its ID, workflow instance ID, and company ID. Returns a single JSON object and is read-only.

Instructions

Get information about a Workflow Activity History. Use this when you already know which workflow activity history you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the workflow activity history. Read-only — it changes nothing in Procore. 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: id, workflow_instance_id, company_id. Procore API: Core > Workflows. Endpoint: GET /rest/v1.0/workflow_activity_histories/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Workflows resource
company_idYesQuery string parameter — unique identifier for the company.
workflow_instance_idYesQuery string parameter — workflow Instance ID
Behavior5/5

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

Annotations already indicate read-only and non-destructive, but the description adds meaningful behavioral detail beyond that: it explicitly states 'Read-only — it changes nothing in Procore,' and describes failure patterns (401 for expired token, 403 for missing permission, 404 for unresolvable id). It also specifies the return format as a single JSON object, which is helpful given the lack of an output schema.

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 four sentences long, front-loaded with purpose, and each sentence provides distinct information: when to use, prerequisite, return shape, safety, error behavior, required parameters, and API endpoint. No filler or redundancy.

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

Completeness5/5

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

For a simple single-object retrieval tool with 3 parameters and no output schema, the description covers the essential context: purpose, usage, prerequisite step, read-only behavior, error handling, and endpoint. It is sufficient for an agent to select and invoke the tool correctly.

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?

The schema provides 100% parameter descriptions, so baseline is 3. The description adds extra value for the id parameter by clarifying it must identify an existing parent record and that it should be resolved via the list tool first. It also restates the required parameters, but most parameter semantics are already handled by the schema.

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 'Get information about a Workflow Activity History' – a specific verb and resource. It also distinguishes from the sibling list tool by noting 'Use this when you already know which workflow activity history you want and need its full field set,' and references the matching list tool for resolution.

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

Usage Guidelines5/5

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

It gives explicit usage context: use when you already know the specific activity history and need full fields. It further instructs 'id must identify an existing parent record — resolve it with the matching list tool first,' which identifies the list tool as the natural precursor and alternative. This clearly directs when to use this vs. the list tool.

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