Neon / warm
List Organizations
List organizations accessible to the current Neon API key.
Quick Start
aweb inspect neon.list_organizations
aweb add neon
aweb plan "use Neon list organizations in an agent workflow"import Aweb, { Agent } from '@aweb/sdk';
const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });
const agent = new Agent({ tools: aweb.tools });
agent.add('neon');
const plan = await agent.plan('Use Neon for this workflow');
const tool = await aweb.tools.inspect('neon.list_organizations');
console.log(plan.nextAction);
console.log(tool.inputSchema);Tool Card
Tool idneon.list_organizations
ProviderNeon (neon)
Tool namelist_organizations
Activationwarm
Healthhealthy
Trust score1.00
Transportstreamable_http
Latencynot yet measured
Cost0
Requirements and Governance
Authapi_key
Credentialsetup_required
Workspaceglobal
Approvalnone
RiskREAD
Permissionsread
Credential setup/api/mcp-warehouse/credentials/neon/init
Schemas
{
"type": "object",
"properties": {},
"additionalProperties": false
}Examples
[
{
"objective": "Use Neon list organizations in an agent workflow.",
"args": {}
}
]