Smithery

toolkits.get

Retrieves comprehensive information about a specific toolkit using its unique slug identifier. This endpoint provides detailed metadata, authentication configuration options, and feature counts for the requested toolkit.

Remote smithery/composio

Other tools also called toolkits.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "example": "github",
      "description": "Toolkit slug identifier"
    },
    "version": {
      "type": "string",
      "default": "latest",
      "example": "20250905_00",
      "description": "Version of the toolkit"
    }
  }
}