get_points
Retrieve remaining points balance using your API key for the Ghibli Video MCP Server, enabling access to Ghibli-style animated video creation.
Instructions
Get remaining points
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | Yes | API key for authentication |
Input Schema (JSON Schema)
{
"properties": {
"api_key": {
"description": "API key for authentication",
"type": "string"
}
},
"required": [
"api_key"
],
"type": "object"
}