droplit_discover
List publicly opted-in sponsors. No wallet or sponsor selection is required. Listing grants no access or funding; choose a slug, then request the sponsor owner's approval separately.
Read as MarkdownResult
The sponsor catalog returned by the configured Droplit API.
Permissions
No spending approval is requested by this handler. Public network lookups can still fail or require a compatible service.
Inputs and availability
Full catalog · Local Vault + sponsor; Droplit wallet
| Field | Type / required | Description |
|---|---|---|
| limit | integer Optional | See schema for details. minimum: 1; maximum: 50 |
| after | string Optional | See schema for details. |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
},
"after": {
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}