← Tools Reference

Guru

Guru integration (Productivity, Data). Imported from open-connector.

API key5 toolshttps://api.getguru.com
GET
guru_get_current_identity
Get the Guru user or collection identity for the authenticated API token.

/api/v1/whoami

GET
guru_search_cards
Search Guru cards visible to the authenticated API token.

/api/v1/search/query

9 parameters
ParamTypeRequiredDescription
qstringoptionalThe Guru Query Language string to search with.
searchTermsstringoptionalSearch terms to pass to Guru.
queryTypestringoptionalThe Guru search query type.
showArchivedbooleanoptionalWhether to include archived cards in search results.
maxResultsintegeroptionalMaximum number of cards to return, up to 50.
sortFieldstringoptionalThe Guru card search sort field.
sortOrderstringoptionalThe Guru sort order.
includeCardAttributesbooleanoptionalWhether Guru should include card attributes.
tokenstringoptionalPaging token returned by a previous Guru Link header.
GET
guru_get_card
Get a Guru card with additional details by card ID.

/api/v1/cards/{cardId}/extended

1 parameter
ParamTypeRequiredDescription
cardIdstringrequiredThe Guru card ID.
GET
guru_list_collections
List Guru collections visible to the authenticated API token.

/api/v1/collections

4 parameters
ParamTypeRequiredDescription
searchstringoptionalSearch term for filtering Guru collections.
sortFieldstringoptionalGuru collection sort field.
sortDirstringoptionalGuru collection sort order.
filterstringoptionalGuru collection filter expression.
GET
guru_get_team_stats
Get Guru trust and card-count statistics for a team.

/api/v1/teams/{teamId}/stats

1 parameter
ParamTypeRequiredDescription
teamIdstringrequiredThe Guru team ID.