Skip to main content
List all available MCP tools that can be used by AI agents. This subcommand retrieves all available tools from the MCP tool registry, formats the response into a structured format with tool type, name, and description for each tool across the four main categories.

Syntax

suprsend start-mcp-server list-tools [flags]

Tools

The MCP server provides the following tools organized by category:

Documentation

Tool NameDescription
documentation.searchEnables querying SuprSend documentation
documentation.fetchFetch the full documentation content for the given uri

Object Management

Tool NameDescription
objects.getEnables querying object information
objects.upsertEnables upserting object information
object.get_subscriptionsEnables querying subscriptions of an object
object.upsert_subscriptionsEnables upserting subscription to an object
objects.get_preferencesEnables querying object preferences (also within a specific category)
objects.update_preferencesEnables updating a specific category preference for an object

Tenant Management

Tool NameDescription
tenants.getEnables querying tenant information
tenants.upsertEnables upserting tenant information
tenants.update_preferencesEnables updating category preference for a tenant
tenants.get_preferencesEnables querying all categories preference for a tenant

User Management

Tool NameDescription
users.getEnables querying user information
users.upsertEnables upserting user information
users.get_preferencesEnables querying user preferences (also within a category)
user.update_preferencesEnables updating a specific category preference for an user
suprsend start-mcp-server list-tools [flags]

Options

FlagDescription
-h, --helpShow help for the command

Examples

# List all available MCP tools
suprsend start-mcp-server list-tools

# List tools with default output format
suprsend start-mcp-server list-tools --output pretty
I