discovery_subscribe
ActiveTool of Disco
Subscribe to or change your Disco plan. Available plans: - "free_tier": Explorer — free, 10 credits/month - "tier_1": Researcher — $49/month, 500 credits/month - "tier_2": Team — $199/month, 2000 credits/month Paid plans require a payment method on file. Credits roll over on paid plans. Args: plan: Plan tier ID ("free_tier", "tier_1", or "tier_2"). api_key: Disco API key (disco_...). Optional if DISCOVERY_API_KEY env var is set.
Parameters schema
{
"type": "object",
"title": "discovery_subscribeArguments",
"required": [
"plan"
],
"properties": {
"plan": {
"type": "string",
"title": "Plan"
},
"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