Skip to main content
Glama
woofdogtw
by woofdogtw

client_create

Create OAuth2 clients for your IoT platform by specifying redirect URIs, scopes, and name. Set credentials to true to generate a private client with a secret.

Instructions

Create an OAuth2 client. Use credentials:true to create a private client with a secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesClient display name.
imageNoURI of the client icon.
scopesYesAllowed scopes.
credentialsNoSet true to create a private client with a secret (default false).
redirectUrisYesAllowed redirect URIs.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/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 of behavioral disclosure. It states that the tool creates a client and that credentials:true yields a private client with a secret, but this largely restates the schema's property description. It does not disclose side effects, authorization requirements, what happens on creation, or what the response contains. For a mutation tool with no annotation support, 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.

Conciseness5/5

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

The description is two concise sentences with no filler. The core action is front-loaded, and the second sentence isolates the most important optional behavior. It is easily scannable and appropriately sized for a simple create operation.

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

Completeness3/5

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

The description plus fully covered schema is adequate for invoking the tool correctly, since all five parameters are documented. However, there is no output schema, no annotations, and the description does not mention return behavior, authentication expectations, or any post-creation effects. For a create tool, this leaves some operational context missing, though the core call is understandable.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3 even though the description adds little parameter meaning. The description's credentials:true note does add some clarity, but the schema already documents the same behavior in the credentials property description. Thus the description provides no significant additional semantic value beyond the schema.

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 begins with a specific verb and resource: 'Create an OAuth2 client.' This clearly distinguishes the tool from its siblings (client_list, client_get, client_update, client_delete, client_count) because it is the only create-focused operation. The additional note about private clients adds useful specificity without obscuring the core purpose.

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 gives a clear parameter-level guideline: use credentials:true to create a private client with a secret. However, it does not explicitly state when to choose this tool over alternatives such as client_update, nor does it mention any prerequisites for creating a client. The usage context is implied by the create verb but not fully spelled out.

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

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/woofdogtw/sylvia-iot-mcp'

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