Skip to main content
Glama

license_status

Show the active Tempo plan and its unlocked features to clarify subscription details, access refusals, or how far back history goes.

Instructions

Show the active Tempo plan and what it unlocks.

Call this whenever the user asks what they're paying for, why a tool refused, or how much history they can see.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description is the sole source. 'Show' implies a read-only operation, and mentioning 'why a tool refused' adds useful diagnostic context. However, it doesn't describe return format or edge cases (e.g., no active license), leaving some gaps for a simple status tool.

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 crisp sentences, front-loaded with the core purpose followed by three concrete use cases. Every sentence earns its place with zero redundancy.

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?

With no parameters, no output schema, and a straightforward read-only purpose, the description fully covers the essentials. The listed triggers provide sufficient context for an agent to decide when to invoke it.

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

Parameters4/5

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

The tool has zero parameters, so schema coverage is complete. No parameter explanation is needed; the baseline of 4 applies per the rubric.

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

Purpose4/5

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

Description clearly states 'Show the active Tempo plan and what it unlocks' – a specific action and resource. Though it doesn't explicitly contrast with siblings like activate_license, the read-only status purpose is unambiguous.

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?

Explicitly instructs to call 'whenever the user asks what they're paying for, why a tool refused, or how much history they can see' – clear usage triggers. It lacks alternatives or exclusions but covers common scenarios adequately for a zero-parameter tool.

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/tsutera09/tempo-mcp'

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