Skip to main content
Glama

tosea_get_permissions_summary

Check account tier and feature access to verify permissions before running resource-intensive operations.

Instructions

Inspect current account tier and feature access before expensive runs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler registration and implementation for the 'tosea_get_permissions_summary' tool, which invokes client.getPermissionsSummary().
    server.tool(
      "tosea_get_permissions_summary",
      "Inspect current account tier and feature access before expensive runs.",
      {},
      async () => {
        try {
          return asToolResult(await client.getPermissionsSummary());
        } catch (error) {
          throw wrapToolError(error);
        }
      }
    );

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/ToseaAI/mcp-ToseaAI'

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