← Tools Reference

Gumloop

Gumloop integration (AI, Productivity). Imported from open-connector.

API key5 toolshttps://api.gumloop.com/api/v1
GET
gumloop_list_saved_flows
List Gumloop saved flows for a user or team.

/list_saved_items

2 parameters
ParamTypeRequiredDescription
userIdstringoptionalThe Gumloop user ID. If omitted, the user ID stored during connection is used.
projectIdstringoptionalThe Gumloop project or team ID.
GET
gumloop_list_workbooks
List Gumloop workbooks and their saved flows for a user or team.

/list_workbooks

2 parameters
ParamTypeRequiredDescription
userIdstringoptionalThe Gumloop user ID. If omitted, the user ID stored during connection is used.
projectIdstringoptionalThe Gumloop project or team ID.
GET
gumloop_get_input_schema
Retrieve the input schema for a Gumloop saved flow.

/get_inputs

3 parameters
ParamTypeRequiredDescription
savedItemIdstringrequiredThe Gumloop saved flow ID.
userIdstringoptionalThe Gumloop user ID. If omitted, the user ID stored during connection is used.
projectIdstringoptionalThe Gumloop project or team ID.
GET
gumloop_list_run_history
Retrieve recent Gumloop run history for a workbook or saved flow.

/get_plrun_saved_item_map

4 parameters
ParamTypeRequiredDescription
workbookIdstringoptionalThe Gumloop workbook ID.
savedItemIdstringoptionalThe Gumloop saved flow ID.
userIdstringoptionalThe Gumloop user ID. If omitted, the user ID stored during connection is used.
projectIdstringoptionalThe Gumloop project or team ID.
GET
gumloop_get_run_details
Poll a Gumloop flow run and retrieve state, logs, and output node values.

/get_pl_run

3 parameters
ParamTypeRequiredDescription
runIdstringrequiredThe Gumloop run ID.
userIdstringoptionalThe Gumloop user ID. If omitted, the user ID stored during connection is used.
projectIdstringoptionalThe Gumloop project or team ID.