Skip to main content
Glama
TylerIlunga

Procore MCP Server

delete_markups

Remove annotations and markups from Procore project documents to maintain clean, updated files for construction teams.

Instructions

Delete Markups. [Project Management/Document Markup] DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYescompany_id
project_idYesproject_id
viewer_doc_idYesviewer_doc_id
markupsYesmarkups
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It states 'Delete Markups' and includes a DELETE HTTP method, implying a destructive operation, but does not disclose behavioral traits such as permissions required, whether deletion is permanent or reversible, rate limits, or error handling. This is a significant gap for a mutation tool.

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

Conciseness3/5

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

The description is a single sentence with the tool name, a category tag, and API endpoint. It is front-loaded but includes redundant information (restating the name) and the API endpoint adds clutter without clear value for an AI agent. It could be more concise by focusing on actionable guidance.

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 tool's complexity (destructive operation with 4 parameters), lack of annotations, and no output schema, the description is incomplete. It fails to explain what markups are, the impact of deletion, expected response, or error conditions, making it inadequate for safe and effective use.

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 all parameters (company_id, project_id, viewer_doc_id, markups) documented in the schema. The description adds no additional meaning about parameters beyond the schema, such as what 'markups' array contains or format details. Baseline 3 is appropriate as the schema does the heavy lifting.

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 'Delete Markups. [Project Management/Document Markup] DELETE /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups' restates the tool name ('Delete Markups') and adds a category tag and API endpoint, but does not specify what 'markups' are or clarify the action beyond the name. It lacks a specific verb-resource distinction from siblings like 'remove_an_existing_markup' or 'modify_markups', making it vague in purpose.

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 does not mention prerequisites, conditions, or sibling tools like 'remove_an_existing_markup' or 'modify_markups', leaving the agent with no usage context.

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