InfluxDB MCP Server

create-org

Set up and manage InfluxDB organizations by specifying a name and optional description, enabling structured data organization and access within the MCP server.

Input Schema

NameRequiredDescriptionDefault
descriptionNoOrganization description (optional)
nameYesThe organization name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Organization description (optional)", "type": "string" }, "name": { "description": "The organization name", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from InfluxDB MCP Server

Related Tools

ID: 9bo1fbiook