get_businesses
Retrieve a list of businesses within the DevHub account, including IDs and names, to streamline business-specific operations in the DevHub CMS MCP system.
Instructions
Get all businesses within the DevHub account
Returns a list of businesses with the following fields:
- id: Business ID that can be used in the other tools
- business_name: Business name
If only one business exists in the account, you can assume that the user wants to use that business for any business_id related tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_businessesArguments",
"type": "object"
}