Skip to main content
Glama
TylerIlunga

Procore MCP Server

Project Markup Indicators By Items

project_markup_indicators_by_items

Fetches markup indicators for multiple project items in one batch call, indicating whether each has public markup. Omits items the caller cannot view and returns error details on failure.

Instructions

Returns per-item markup indicators (e.g. has_public_markup) for a project, in a single batch call. Items the caller cannot view, or whose classification could not be resolved, are silently omitted from data.items. company_id and project_id default to the values set by procore_set_config when omitted. Acts on the project markup indicator and returns Procore's response for the operation. 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: company_id, project_id, item_type, item_ids. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/markup_indicator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idsYesJSON request body field — array of item identifiers
item_typeYesJSON request body field — the item type for this Document Markup operation
company_idYesURL path parameter — unique identifier of the company
project_idYesURL path parameter — unique identifier of the project
Behavior4/5

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

The description discloses important behaviors beyond annotations: silent omission of items the caller cannot view or classify, defaulting of company_id/project_id to procore_set_config, and error payloads with common HTTP status codes. These add substantial context not present in the annotations.

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 well-structured with purpose, behaviors, defaults, errors, and endpoint, but includes some redundancy (e.g., 'Acts on the project markup indicator and returns Procore's response for the operation' adds little, and 'Required parameters' repeats schema). It is not as tight as it could be.

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

Completeness4/5

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

For a simple batch query with no output schema, the description covers key aspects: purpose, silent omissions, parameter defaults, error handling, and the endpoint. It falls short of describing the full response structure and valid item_type values, but gives an example indicator and mentions data.items.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that company_id and project_id default to the values set by procore_set_config when omitted, which is not evident from the schema. Other parameters are adequately described in 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 the tool returns per-item markup indicators (e.g., has_public_markup) for a project in a single batch call. It specifies the resource (project markup indicators), the action (returns), and scope (for a project), distinguishing it from the company-level sibling tool.

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

Usage Guidelines3/5

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

Usage context is implied: use this tool to get per-item markup indicators for a project. However, there is no explicit guidance on when to use it over alternatives (e.g., company_markup_indicators_by_items) or any exclusions.

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