Skip to main content
Glama

oauth_callback

Handles OAuth provider redirect for Mealie to complete user login and return session credentials.

Instructions

Oauth Callback — Users: Authentication. Get oauth. [GET /api/auth/oauth/callback] Keywords: oauth_callback, oauth callback, get oauth, fetch oauth, read oauth, retrieve oauth, view oauth, show oauth, oauth, users authentication, auth, callback, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.3/5.0
Behavior2/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. The only behavioral hint is the keyword 'read-only'; it does not mention that an OAuth callback normally arrives as a browser redirect carrying code/state parameters, nor what it produces on success or failure.

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

Conciseness2/5

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

Structure is poor: a header line followed by a dozen near-synonym keywords ('get oauth, fetch oauth, read oauth, retrieve oauth, view oauth, show oauth') that pad length without adding meaning. The one useful token, the HTTP path, is buried mid-string.

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

Completeness2/5

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

For an auth-flow endpoint with no annotations and no output schema, the agent needs to know this is the provider redirect handler and what it yields. The description supplies neither, leaving the call semantics largely unexplained.

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?

With zero parameters and additionalProperties:false, there is no parameter surface for the description to explain, so baseline 4 applies. The description adds no param detail, but none is needed here.

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

Purpose2/5

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

The body is the tautology 'Get oauth' plus a keyword dump; the only real signal is the header 'Oauth Callback — Users: Authentication' and the path [GET /api/auth/oauth/callback]. It never states what the callback actually does (handle the identity provider's redirect) or distinguishes itself from sibling auth tools like oauth_login, get_token, or refresh_token.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance. In a cluster of auth tools (oauth_login, get_token, refresh_token, logout), an agent gets nothing about which one to pick or in what order. The keyword list implies generic 'get oauth' usage, which is not actionable.

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

Deploy Server

Other Tools