Skip to main content
Glama

account_usage

Read-onlyIdempotent

Check your OpenEphemeris account usage and remaining credits. Get plan tier, billing period, credits used/included/remaining, quota percentage, total API calls, and subscription status with renewal date.

Instructions

Check the user's OpenEphemeris account usage and remaining credits. Returns their plan tier, billing period, credits used / included / remaining, percent of quota used, total API calls, and subscription status with renewal date.

✅ USE THIS TOOL FOR: 'How many credits do I have left?', 'What's my usage this month?', 'Am I close to my limit?', 'What plan am I on?', 'How do I upgrade or top up?'

CREDIT COST: Free (0 credits).

EXAMPLE: Check current usage: (call with no arguments)

EXAMPLE: Check a past month: month='2026-06'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthNoBilling month to query in YYYY-MM format (e.g. '2026-06'). Defaults to the current month.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful context by detailing the exact return fields (plan tier, billing period, credits, quota percent, API calls, subscription status) and noting the tool costs 0 credits. It does not mention any auth requirements or rate limits, but for a simple read-only usage query the transparency is solid.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a concise opening summary, a clearly labeled use-case section, a credit-cost note, and two practical examples. Every line adds value, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter and no output schema, the description is complete: it explains the purpose, return values, usage examples, and even the default month behavior. No additional context is needed to select or invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents the month parameter and its default behavior. The description only repeats the example (month='2026-06') without adding any new semantic meaning, such as format edge cases or timezone handling. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Check the user's OpenEphemeris account usage and remaining credits.' It clearly states exactly what the tool does and lists the returned data. This distinguishes it from the many ephemeris and auth sibling tools, making its purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'USE THIS TOOL FOR' section explicitly enumerates concrete user intents and example questions, providing strong guidance on when to invoke the tool. However, it does not explicitly state when not to use it or mention alternatives (e.g., auth_status for login status), so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/openephemeris/openephemeris-MCP'

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