Skip to content

Item List Output Parser

Parse a comma-separated list of items from the model output

Instructs the model to return a comma-separated list (e.g. “foo, bar, baz”) and parses that output into a list of items.

Connect this to AI agents when you need a simple list of items back from the model, rather than free-form text or a full JSON schema.

SettingNotes
Format note (informational)Informational only; not sent to the parser. Reminds you that the model is instructed to return a comma-separated list, e.g. “foo, bar, baz”. The comma-separated format itself is fixed by the underlying parser and cannot be changed.

Returns an output parser dependency that splits the model’s comma-separated response into a list of items.

  • No explicit credential or node dependency is declared in the node description.

Connect Item List Output Parser to an AI agent’s output parser input, then run the agent. Its response is instructed to be a comma-separated list and is parsed into individual items for downstream nodes.

  • Check that required settings are present before running the node.
  • If the node uses browser page data, run it on the target tab after the page has loaded.
  • If it calls an external service, verify credentials, permissions, and rate limits.
  • No dedicated source test was found next to this node; verify behavior manually when changing this page.