get_nodes_details
Fetch metadata for up to 50 node IDs in one call, avoiding multiple round-trips. Failed lookups are returned separately so a single bad ID doesn't break the batch.
Instructions
Bulk-fetch metadata for multiple node IDs in parallel. Saves N round-trips when callers need details for many nodes (e.g. resolve cards from a search). Returns the same FormattedNode shape as get_node_details (json mode), keyed by nodeId.
Failed lookups (deleted node, network error) are returned in the failed array, not as
overall errors — so a single bad nodeId doesn't ruin the whole batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | Array of node IDs to fetch (max 50 per call). |