Skip to main content
Glama

register_oauth_client_api_v1_configs_oauth_clients_regis

Register a new OAuth client in OpenWebUI by providing the client ID and URL. Optionally include type and client name for configuration.

Instructions

Register Oauth Client

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
client_idYes
client_nameNo
urlYes
Behavior2/5

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

No annotations are provided, and the description fails to disclose behavioral traits such as whether this creates a client, requires authentication, or returns credentials. For a registration tool, this is insufficient.

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?

The description is excessively brief (3 words) and provides no structure. While concise, it fails to convey necessary information and does not 'earn its place' as a standalone guide.

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

Completeness1/5

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

Given no annotations, no output schema, and a minimal description, the tool definition is critically incomplete. The agent cannot understand the registration process, outcomes, or side effects.

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

Parameters2/5

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

With 0% schema description coverage and no parameter explanations in the description, the agent must rely on parameter names (type, client_id, client_name, url) which are somewhat self-explanatory but lack details like format, constraints, or defaults.

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

Purpose3/5

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

The description 'Register Oauth Client' clearly states the verb and resource, but does not differentiate from sibling OAuth tools like authorize or callback. The name is long and hints at the endpoint, but the description lacks specificity about what registering entails.

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 guidance on when to use this tool over alternatives. Siblings include other OAuth endpoints, but the description provides no context for choosing this one.

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/TETRA-2023/open-webui-mcp'

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