get_entity
Fetch one public SkinKnowledgeBase entity. Required inputs: type (Question, Concern, Ingredient, Product, SideEffect, or Source) and slug_or_id (entity slug or ULID). Returns public entity details, canonical URL, text, and linked source/context fields where available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| slug_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the SKB MCP tool call succeeded. | |
| data | No | Tool-specific public SkinKnowledgeBase response data. | |
| meta | No | Response metadata for successful calls. | |
| error | No | Error details when ok is false. |