Find a service by name or id
render_find_serviceResolve a full, partial, or approximate Render service name to its service ID, with close alternatives. Use when a user names a service instead of providing an ID, since other tools require the ID.
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. |