Skip to main content
Glama
TylerIlunga

Procore MCP Server

procore_discover_endpoints

List available API endpoints within Procore categories and modules to identify specific functionality for integration or automation tasks.

Instructions

List endpoints within a specific category and optional module. Use after discover_categories to drill into a specific area.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoTop-level category, e.g. 'Project Management', 'Core', 'Construction Financials'
moduleNoModule within category, e.g. 'RFI', 'Submittals', 'Punch List'
searchNoFilter endpoints by summary text
method_filterNoFilter by HTTP method
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool is for listing endpoints, which implies a read-only operation, but doesn't disclose any behavioral traits like pagination, rate limits, authentication requirements, or error handling. For a tool with no annotation coverage, this is a significant gap in transparency.

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 two sentences, front-loaded with the core purpose and followed by usage guidance. Every sentence earns its place by adding value, with zero waste or redundancy. It's appropriately sized for a straightforward tool.

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's moderate complexity (4 parameters, no output schema, no annotations), the description is minimally complete. It explains the purpose and usage but lacks details on behavioral aspects like output format, error cases, or performance. With no output schema, the description should ideally hint at return values, but it doesn't, leaving gaps in context.

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 already documents all four parameters (category, module, search, method_filter) with clear descriptions. The description adds no additional parameter semantics beyond what the schema provides, such as examples or constraints. Baseline 3 is appropriate when the schema does the heavy lifting.

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's purpose: 'List endpoints within a specific category and optional module.' It specifies the verb ('List') and resource ('endpoints'), and distinguishes it from sibling tools by mentioning its use after 'discover_categories' for drilling down. However, it doesn't explicitly differentiate from other list/search tools like 'procore_search_endpoints', which slightly reduces clarity.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: 'Use after discover_categories to drill into a specific area.' This clearly indicates when to use this tool (after a prerequisite step) and implies its role in a workflow. It effectively distinguishes it from alternatives by positioning it as a follow-up tool.

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