Skip to main content
Glama
TylerIlunga

Procore MCP Server

Save Stamp

save_stamp

Save a new stamp for a Procore document by providing company, project, and title; returns the operation response.

Instructions

Saves a new stamp for a specific company, project, and document. company_id and project_id default to the values set by procore_set_config when omitted. Acts on the stamp 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, title. Procore API (v2.1): Project Management > Document Markup. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/viewer_documents/stamps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoJSON request body field — the text for this Document Markup operation
titleYesJSON request body field — the title for this Document Markup operation
company_idYesURL path parameter — unique identifier of the company
font_styleNoJSON request body field — the font style for this Document Markup operation
project_idYesURL path parameter — unique identifier of the project
text_colorNoJSON request body field — the text color for this Document Markup operation
font_familyNoJSON request body field — the font family for this Document Markup operation
background_colorNoJSON request body field — the background color for this Document Markup operation
background_imageNoJSON request body field — the background image for this Document Markup operation
custom_propertiesNoJSON request body field — the custom properties for this Document Markup operation
Behavior4/5

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

The description adds valuable constraints beyond annotations: company_id/project_id defaulting to config values, return of Procore's response, and common HTTP error statuses (401, 403, 404). These explain side effects and failure modes. Annotations only provide hints about read-only/idempotency, so this context is meaningful.

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, each with a distinct purpose: main action, config defaults, response/error behavior, and API endpoint reference. It is front-loaded and avoids unnecessary words.

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?

The tool has 10 parameters, nested objects, and no output schema, but the description compensates with endpoint, required params, defaults, and error codes. It lacks details on the format of nested objects like font_style, but schema descriptions partially cover that. Overall, it provides enough context for basic invocation.

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 the baseline is 3. The description enriches this by stating that company_id and project_id default to procore_set_config values when omitted, and by listing required parameters. This goes beyond the schema's field-level descriptions, adding operational context.

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 a specific action: 'Saves a new stamp for a specific company, project, and document.' This distinguishes it from siblings like update_stamp, delete_stamp, and get_stamps. The verb 'saves' and resource 'stamp' are unambiguous.

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

Usage Guidelines4/5

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

It implies usage for creating a new stamp by stating 'Saves a new stamp' and providing the POST endpoint. It also notes default values from procore_set_config. However, it does not explicitly mention when to use this versus update_stamp or delete_stamp, nor give exclusions, so it stops short of a 5.

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