Skip to main content
Glama
TylerIlunga

Procore MCP Server

Retrieve Recycled Link

retrieve_recycled_link

Restores a deleted Project Home Link from the recycle bin. Use project ID and link ID to update the configuration record. Requires admin permissions.

Instructions

Retrieves and restores a specific Project Home Link from the recycle bin. Note: Requires either Company Admin or Project Home Admin permission. Use this to update an existing Project-Level Configuration records (only the supplied fields are changed). Updates the specified Project-Level Configuration records and returns the modified object on success. Required parameters: project_id, id. Procore API: Company Admin > Project-Level Configuration. Endpoint: PATCH /rest/v1.0/links/{id}/restore

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Project-Level Configuration resource
project_idYesQuery string parameter — unique identifier for the project.
Behavior2/5

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

The description discloses permission needs and that the tool performs an update (returning the modified object). However, the internal inconsistency between 'retrieve and restore' and 'update' undermines clarity. Annotations (readOnlyHint: false, destructiveHint: false) are not contradicted, but the description does not fully clarify the behavior.

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 verbose and repetitive, e.g., 'Updates the specified Project-Level Configuration records' appears twice. It lacks a clear, front-loaded structure and could be much more concise.

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?

The tool's action is ambiguous, and the description does not fully explain what 'retrieve and restore' vs. 'update' means. There is no output schema, and the return value is vaguely stated as 'the modified object'. The description is insufficient for an AI agent to fully understand the tool's functionality.

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?

The input schema has 100% coverage for its two parameters, so the schema already describes them. The description redundantly states that project_id and id are required, adding no new meaning beyond the schema.

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 starts by stating it retrieves and restores a link from the recycle bin, but then contradicts itself by saying it updates Project-Level Configuration records. The purpose is unclear: is it a restore action or an update? This confusion 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?

The description mentions permission requirements but does not provide guidance on when to use this tool vs. other similar tools (e.g., list_recycled_links, restore_recycled_*). No differentiation from siblings is given.

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