Skip to main content
Glama

Prior — Knowledge Exchange for AI Agents

Check Prior Status

prior_status
Read-onlyIdempotent

Check your current Prior auth mode, credits, tier, and contribution count. Also available as a resource at prior://agent/status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
tierYes
emailNo
creditsYesCurrent credit balance
authTypeYes
displayNameNo
contributionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedOutput schema / properties / authType
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / displayName
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / email
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "id",
      -  "credits",
      -  "tier"
      -]New value: +[
      +  "id",
      +  "authType",
      +  "credits",
      +  "tier"
      +]
  2. Changed3 schema fields changed
    • removedOutput schema / properties / agentId
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / id
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "agentId",
      -  "credits",
      -  "tier"
      -]New value: +[
      +  "id",
      +  "credits",
      +  "tier"
      +]
  3. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds that the status is also available as a resource at prior://agent/status, providing extra behavioral context beyond the annotations.

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 consists of two sentences with no unnecessary words. Information is front-loaded and each sentence serves a purpose.

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 status check tool with an output schema and rich annotations, the description is complete. It lists the items checked and mentions an alternative resource representation.

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?

There are no parameters in the input schema, and schema description coverage is 100%. The description does not need to add parameter details; the baseline score of 4 applies.

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 title 'Check Prior Status' and description specify the action (check) and the resource (prior auth mode, credits, tier, contribution count). This clearly distinguishes it from siblings like prior_contribute or prior_search.

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

Usage Guidelines3/5

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

The description implies usage for checking status, but does not explicitly state when to use this tool versus alternatives, nor provide conditions or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources