Skip to main content
Glama
TylerIlunga

Procore MCP Server

list_pdf_template_configs

Retrieve PDF template configurations from Procore for document management, allowing filtering by project, template name, or scope to organize construction documentation.

Instructions

List PDF template configs. [Core/Documents] GET /rest/v1.0/companies/{company_id}/pdf_template_configs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
pageNoPage
per_pageNoElements per page
filters__record_generic_tool_idNoReturn item(s) with the specified Generic Tool ID.
filters__project_idNoReturn item(s) with the Project ID.
filters__template_nameNoReturn item(s) with provided template_name.
filters__only_parentNoReturn only parent records.
scopeNoReturn only scoped records.
Behavior1/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It fails to indicate whether this is a read-only operation, if it requires specific permissions, what the output format is (no output schema), or any rate limits. The description adds no behavioral context beyond the basic action.

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 extremely concise—a single sentence plus an API path. It's front-loaded with the core action. However, the API path adds clutter without explanatory value for an AI agent. It's efficient but could be more structured.

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 complexity (8 parameters, no annotations, no output schema), the description is inadequate. It doesn't explain the return type, pagination behavior (implied by page/per_page but not described), or filtering logic. For a list operation with multiple filters, more context is needed to use it effectively.

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%, so the schema fully documents all 8 parameters. The description adds no parameter-specific information beyond what's in the schema. According to guidelines, with high schema coverage, the baseline is 3 even without param details in the description.

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 'List PDF template configs' restates the tool name with minimal elaboration. It specifies the resource (PDF template configs) but lacks a clear verb beyond 'List' and doesn't differentiate from sibling tools, many of which are also list operations (e.g., list_pdf_template_configs is among many 'list_' tools). It's vague about what 'configs' entail, making it a tautology of the name.

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?

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites, context, or any sibling tools that might serve similar purposes. Without usage instructions, an agent must infer from parameters alone, which is insufficient.

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