droplit_discover
List publicly opted-in sponsors
Read as MarkdownResult
The sponsor catalog returned by the configured Droplit API.
Permissions
No wallet required.
Inputs and availability
full catalog · Local Vault + sponsor; Droplit wallet
Full tool description
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.
| 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"
}