Skip to main content
Glama

coronium_check_token

Check if the cached proxy API token is still valid before starting a long session. Returns true if valid, false if it needs renewal.

Instructions

Verify the cached token is still valid. Returns true/false. Useful before a long agentic session — if invalid, call coronium_login or rely on auto-login.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoOptional explicit token to validate. Defaults to the cached one.
Behavior4/5

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

No annotations provided, so description carries the burden of disclosing behavior. It reveals that the tool checks the cached token, returns a boolean, and suggests action on invalid. Does not mention exceptions or edge cases, but adequately covers the essential behavior.

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?

Two sentences: first states purpose and return type, second gives usage context and alternative. Front-loaded with purpose, no redundant or extra words.

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 one-parameter check tool with no output schema, the description covers purpose, usage timing, return value, and fallback actions. It is complete enough for an agent to decide when and how to use it.

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?

Input schema already provides 100% coverage for the single optional parameter, describing it as an explicit token defaulting to cached. The description adds no new parameter details beyond referencing the cached token, which is already stated in the schema.

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?

Specific verb 'Verify' with resource 'cached token', clearly states the tool checks token validity and returns true/false. Distinguishes from login/logout by focusing on validation status.

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

Usage Guidelines5/5

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

Explicitly states when to use (before a long agentic session) and provides a clear alternative if invalid (call coronium_login or rely on auto-login). This gives both usage context and fallback behavior.

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/coroniumio/coronium-proxy-mcp'

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