Skip to main content
Glama

check_subscription

Check your ElevenLabs API subscription status to monitor usage and manage your account's current plan details.

Instructions

Check the current subscription status. Could be used to measure the usage of the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The check_subscription tool is implemented as a handler function decorated with @mcp.tool, which also serves as its registration in the MCP server. It fetches the user's subscription details from the ElevenLabs API and returns them as formatted JSON text content.
    @mcp.tool( description="Check the current subscription status. Could be used to measure the usage of the API." ) def check_subscription() -> TextContent: subscription = client.user.subscription.get() return TextContent(type="text", text=f"{subscription.model_dump_json(indent=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/projectservan8n/elevenlabs-mcp'

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