Confection ACTION
Get Related UUIDs
This action will retrieve all UUIDs that have a likeness score of at least 50 (default) with the provided UUID. The likeness score can be customized in configuration.
- Action
- Read only
- API key
- SDK
- MCP
IMPLEMENTATION
Call this tool
Connect a user's Confection account once, then configure and run Get Related UUIDs from your backend or agent.
SCHEMA
Inputs
Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.
| Property | Type | Description |
|---|---|---|
uuid UUID | string | Provide the UUID to retrieve related UUIDs of. Required |
likeness Likeness Score | integer | Accepts values 50 to 100. 100 meaning only pull back records where we are certain the UUIDs are the same record Optional |
stopOnNoResults Should the execution of this step be stopped if no results are found? | boolean | If set to true, action execution will be halted when no related UUIDs are found and any subsequent steps that rely on data from this step will not be run. Optional |
REFERENCE
Tool details
Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.
- Registry key
- confection-get-related-uuids
- Version
- 0.1.2
- App
- Confection
- Authentication
- API key
- Read-only
- Yes
- Destructive
- No
- Open world
- Yes
- Source
- View on GitHub ↗