Skip to main content
Glama
mikusnuz

umami-mcp

create_team

Create a new team in Umami Analytics to organize users and manage permissions for website analytics, stats, and events.

Instructions

Create a new team

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTeam name

Implementation Reference

  • The create_team tool registration and handler logic.
    server.tool(
      "create_team",
      "Create a new team",
      {
        name: z.string().describe("Team name"),
      },
      async ({ name }) => {
        const data = await client.call("POST", "/api/teams", { name });
        return { content: [{ type: "text", text: JSON.stringify(data, null, 2) }] };
      }
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikusnuz/umami-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server