Skip to main content
Glama

auth_status

Verify stored BYOK credentials for Reddit or YouTube and confirm they still work without modifying anything. Call before search to check connection health.

Instructions

Read-only check of whether BYOK credentials are already stored and still valid for a platform (equivalent to auditreach auth --platform <p> --verify --json). Call this before search to confirm credentials are configured and working, or whenever an agent needs to report connection health without touching the search API or the audit log. This tool deliberately exposes no way to set or clear credentials over MCP -- provisioning or wiping stored credentials stays a local, human-driven action via auditreach auth --platform <p> on the machine's own terminal, never something a calling agent can trigger remotely. Behaviorally, this is read-only: it makes a lightweight verification call against the platform's API to confirm the stored credential still works, but it never writes to the audit log and never mutates local credential storage. It is idempotent and safe to call repeatedly. Parameters: platform (required, 'reddit' or 'youtube'; any other value returns a structured unsupported-platform error rather than failing silently). Example calls: {"platform": "reddit"}; {"platform": "youtube"}. Returns a JSON object with success (bool) and exitCode (int); on success the payload confirms credentials are present and valid, on failure error explains what's missing (e.g. no credentials stored, or the stored credential was rejected by the platform).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It thoroughly discloses that the tool is read-only, idempotent, safe to repeat, makes a lightweight verification call, never writes to the audit log, and never mutates credential storage. It even details the error behavior for unsupported platforms. This is exemplary transparency.

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

Conciseness4/5

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

The description is long but well-organized into clear segments: purpose, usage, behavioral disclaimers, parameters, examples, and return format. It contains minimal redundancy, though 'read-only' and 'never writes to the audit log' are repeated across sentences. Still, every paragraph adds needed nuance, so it's appropriately sized for a tool with no annotations.

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?

Given the tool has one parameter, no annotations, and no schema-level parameter docs, the description covers all necessary aspects: what the tool does, when to invoke it, its exact behavioral constraints, accepted parameter values, example calls, and the detailed return shape. Even though an output schema exists, the description goes beyond it by explaining success/failure semantics. Nothing critical is missing.

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

Parameters5/5

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

The schema merely defines `platform` as a string with 0% description coverage. The description compensates fully by specifying allowed values ('reddit' or 'youtube'), the structured error for other values, and example calls. This is exactly the kind of added meaning needed for correct invocation.

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+resource: 'Read-only check of whether BYOK credentials are already stored and still valid for a platform.' It clearly distinguishes this from siblings by noting it should be called before `search` and that it does not touch the search API or audit log. The tool's limited scope (verification only) 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 Guidelines5/5

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

Provides explicit when-to-use guidance: 'Call this before `search` to confirm credentials are configured and working, or whenever an agent needs to report connection health.' It also explains what it is not for (setting/clearing credentials) and contrasts with remote mutability. This is direct, actionable context for an agent.

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

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/RudrenduPaul/auditreach'

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