Skip to main content
GET

Overview

Get tool recommendations based on co-usage patterns. Optionally pass a tool_id to find tools frequently used together with it. Without a tool_id, returns popular tools or personalized recommendations. Auth: Optional (works with or without authentication). Authenticated requests may return personalized results.

Query Parameters

tool_id
string
Optional UUID of a tool to find related tools for
limit
integer
default:5
Maximum number of recommendations to return

Response

Returns an array of recommended tool objects.
id
string
Tool UUID
name
string
Tool name
description
string
Tool description
service_id
string
Parent service UUID

Example

MCP Tool

This endpoint is also available as the get_recommendations MCP tool: