Skip to main content
Glama
mikusnuz

umami-mcp

join_team

Join an Umami Analytics team by entering an access code to collaborate on website analytics and data tracking.

Instructions

Join a team using an access code

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accessCodeYesTeam access/invite code

Implementation Reference

  • The join_team tool implementation, which includes tool registration, input schema definition, and the handler function that calls the API to join a team.
    server.tool(
      "join_team",
      "Join a team using an access code",
      {
        accessCode: z.string().describe("Team access/invite code"),
      },
      async ({ accessCode }) => {
        const data = await client.call("POST", "/api/teams/join", { accessCode });
        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