search and execute. It does not expose MCP resources or prompts.
search
Search the live Bily operation catalog before you construct an execution.
Example tool input:
- A stable operation ID, title, description, category, method, and Bily helper.
- Whether the operation requires a store or can write.
- Supported connected platforms when relevant.
- Planning metadata, including risk tier, approval policy, preconditions, verification, rollback hints, and input or output schemas.
- Focused usage examples.
Confirm identity and scope first
Run the discovery helper before store-specific work:organizations[]. Each organization’s stores appear under stores[].
Bily narrows a store-scoped fallback key automatically. With Bily Connect, add the optional organizationId input to execute only when the user explicitly selects one accessible organization.
Explore operation families
Use this table as a map, not an exhaustive reference. Call
search for the current helper signature and planning guidance.
execute
Run one focused async arrow function with the helper returned by search.
Example tool input:
bily.* helpers for Bily data and supported actions. Return JSON-serializable data.
A successful call returns:
console.log, console.warn, and console.error in logs. A thrown error fails the tool call with its safe error message.