discovery_purchase_credits
ActiveTool of Disco
Purchase Disco credit packs using a stored payment method. Credits cost $0.10 each, sold in packs of 100 ($10/pack). Credits are used for private analyses (public analyses are free). Requires a payment method on file — use discovery_add_payment_method first. Args: packs: Number of 100-credit packs to purchase. Default 1. api_key: Disco API key (disco_...). Optional if DISCOVERY_API_KEY env var is set.
Parameters schema
{
"type": "object",
"title": "discovery_purchase_creditsArguments",
"properties": {
"packs": {
"type": "integer",
"title": "Packs",
"default": 1
},
"api_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Api Key",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Disco
https://github.com/leap-laboratories/discovery-engine
2/7 registries