Full-Text Search Across Endpoints
procore_search_endpointsFind Procore API endpoints by searching summaries, tags, and paths for a term. Returns ranked matches with operation IDs to help locate the right endpoint when you know roughly what you need.
Instructions
Searches every Procore endpoint's summary, tag, and path for a term and returns the matches ranked by relevance. This is the fastest way in when you already know roughly what you want ('punch list', 'submittal', 'budget line item'); reach for procore_discover_categories instead when you want to browse the API surface rather than search it. Returns a JSON array of {operationId, summary, method, path}; feed an operationId to procore_get_endpoint_details to get its parameters. A term with no matches returns an empty array, so retry with a broader or singular form before concluding the endpoint does not exist. Reads the bundled catalog: no Procore request, no authentication, no rate-limit cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term matched against endpoint summaries, tags, and paths, e.g. 'RFI', 'budget', 'punch list'. Single keywords match more broadly than phrases. |