Discover Endpoints in a Category
procore_discover_endpointsList Procore endpoints by category and optional module. Filter by summary text or HTTP method to drill into RFIs, Submittals, or Budgets.
Instructions
List every Procore endpoint within a specific category (and optional module). Use after procore_discover_categories to drill into a focused area such as RFIs, Submittals, or Budgets. Filter further by free-text summary or HTTP method. Returns a JSON array of endpoint metadata (operationId, summary, method, path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Top-level category, e.g. 'Project Management', 'Core', 'Construction Financials' | |
| module | No | Module within the category, e.g. 'RFI', 'Submittals', 'Punch List' | |
| search | No | Substring filter applied to endpoint summary text | |
| method_filter | No | Restrict results to a single HTTP method |