Skip to main content
Glama
TylerIlunga

Procore MCP Server

restore_company_form_template

Restore deleted company form templates from the recycle bin in Procore to make them available for project management use again.

Instructions

Restore Company Form Template. [Project Management/Forms] PATCH /rest/v1.0/companies/{company_id}/recycle_bin/form_templates/{id}/restore

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCompany Form Template ID
company_idYesUnique identifier for the company.
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description fails to disclose critical behavioral traits: it doesn't indicate that this is a mutation operation (restoring implies a state change), what permissions are required, whether the restore is reversible, or what happens upon success (e.g., the template becomes active again). The mention of 'PATCH' hints at mutation but is insufficient.

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

Conciseness2/5

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

The description is a single run-on sentence that combines the tool name, a vague context tag, and an HTTP endpoint. It's not front-loaded with clear purpose; instead, it mixes operational details without structuring them for clarity. While brief, it's under-specified rather than concise, failing to communicate essential information efficiently.

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?

Given the complexity of a restore operation (a mutation with no annotations and no output schema), the description is incomplete. It doesn't explain what 'restore' entails, the expected outcome, error conditions, or any side effects. The lack of behavioral transparency and usage guidelines leaves significant gaps for an agent to understand and invoke this tool correctly.

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 description coverage is 100%, with both parameters (id and company_id) clearly documented in the schema. The description adds no additional semantic context about the parameters (e.g., that 'id' refers to a form template ID in the recycle bin). Since the schema does the heavy lifting, the baseline score of 3 is appropriate, though the description provides no extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Restore Company Form Template' is a tautology that essentially restates the tool name. It lacks a specific verb and resource clarification beyond what's implied by the name. While it mentions the context '[Project Management/Forms]' and the HTTP method 'PATCH', it doesn't clearly articulate what 'restore' means operationally (e.g., from a recycle bin, from deletion).

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., the form template must be in a recycle bin), nor does it reference any sibling tools that might be related (like delete_company_form_template or list_recycled_company_form_templates). The agent is left with no contextual usage information.

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