← Tools Reference

Hoop

Hoop integration (Security, Developer Tools). Imported from open-connector.

API key3 toolshttps://use.hoop.dev/api
GET
hoop_get_current_user
Get the Hoop profile for the connected API key.

/userinfo

GET
hoop_list_connections
List Hoop connections with optional filters and pagination.

/connections

12 parameters
ParamTypeRequiredDescription
agentIdstringoptionalFilter by Hoop agent ID.
tagsstringoptionalDeprecated comma-separated Hoop tags filter.
tagSelectorstringoptionalSelector tags to filter on, such as key=value,key2!=value2.
searchstringoptionalSearch by connection name, type, subtype, resource name, or status.
typestringoptionalFilter by Hoop connection type.
subtypestringoptionalFilter by Hoop connection subtype.
managedBystringoptionalFilter by manager identifier.
resourceNamestringoptionalFilter by upstream resource name.
attributestringoptionalFilter by comma-separated Hoop attributes.
connectionIdsstringoptionalFilter by comma-separated Hoop connection IDs.
pageSizeintegeroptionalMaximum number of connections to return, from 1 to 100.
pageintegeroptionalOne-based Hoop page number.
GET
hoop_list_sessions
List Hoop sessions with optional filters and pagination.

/sessions

11 parameters
ParamTypeRequiredDescription
userstringoptionalFilter by Hoop user subject ID.
connectionNamestringoptionalFilter by Hoop connection name.
typestringoptionalFilter by Hoop connection type.
reviewApproverstringoptionalFilter by the review approver email.
reviewStatusstringoptionalFilter by review status.
correlationIdstringoptionalFilter by external workflow or task correlation ID.
jiraIssueKeystringoptionalFilter by Jira issue key.
startDatestringoptionalFilter sessions starting on or after this RFC3339 timestamp.
endDatestringoptionalFilter sessions ending on or before this RFC3339 timestamp.
limitintegeroptionalMaximum number of sessions to return, up to 100.
offsetintegeroptionalOffset used to paginate Hoop sessions.