Skip to main content
Glama
TylerIlunga

Procore MCP Server

Return A PDF Template Config

return_a_pdf_template_config
Read-onlyIdempotent

Retrieve a PDF template config to get a downloadable file or export URL for Procore Documents. Provide company_id and id to return a JSON object with file contents or download link.

Instructions

Return a PDF Template Config. Use this to retrieve a downloadable file or export URL for Documents. Returns a JSON object with the file contents or download URL for Documents. Required parameters: company_id, id. Procore API: Core > Documents. Endpoint: GET /rest/v1.0/companies/{company_id}/pdf_template_configs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — pDF Template Configs ID
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior3/5

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

Annotations already provide read-only, idempotent, non-destructive hints. The description adds that it returns a JSON object with file contents or download URL, adding value beyond annotations. However, it does not explain pagination behavior or error cases.

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

Conciseness4/5

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

The description is five sentences, front-loaded with purpose. It could be slightly tighter (first sentence repeats tool name), but overall efficient and structured.

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

Completeness3/5

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

Given the tool has 4 params and no output schema, the description covers basic return value and required params. It lacks explanation of pagination (page/per_page) and error handling, but annotations and schema fill some gaps.

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 coverage is 100%, so baseline is 3. The description only mentions required parameters company_id and id, which are already in the schema. It adds no extra meaning for page/per_page.

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

Purpose4/5

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

The description clearly states the tool returns a PDF template config, providing a downloadable file or URL for Documents. It distinguishes from siblings like create/delete by implying a read operation, but does not explicitly differentiate from list_pdf_template_configs.

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?

It explains to use the tool to retrieve a file or URL for Documents, but lacks explicit guidance on when not to use it or alternatives (e.g., list vs. single get). The context is clear but could be more comprehensive.

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