docs.getsuperbee.com
A concise orientation to Superbee and the growing public documentation.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 0 · Act 7 · Transact 0 · Score: Not yet scored
Tool inspector
superbee_list_document_facets
List bounded, paginated exact type or tag filter values with document counts and returned and total page counts. Facets can cover the complete publication or the reader-facing presented scope. Presented scope follows the client presentation policy and is not a privacy boundary. Read-only.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
facet |
— | yes | — |
scope |
— | no | — |
limit |
integer | no | — |
cursor |
string | no | — |
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"required": [
"facet"
],
"properties": {
"facet": {
"enum": [
"type",
"tag"
]
},
"scope": {
"enum": [
"complete",
"presented"
]
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
},
"cursor": {
"type": "string",
"minLength": 1,
"maxLength": 2048
}
}
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…