Find a service by name or id
render_find_serviceResolve a service name to its Render service ID, including partial or approximate matches. Use this tool first when you have a service name to get the ID required by other tools.
Instructions
Resolves a service name — including a partial or approximate one — to a single Render service, returning its id plus close alternatives. Use this first whenever the user names a service instead of giving an id; every other service tool needs the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Service name, partial name, or service id (srv-…). Matching is case-insensitive and fuzzy. | |
| ownerId | No | Workspace to search. Defaults to RENDER_WORKSPACE_ID when configured. |