Skip to main content
Glama
centia-io

Centia MCP Server

Official
by centia-io

postOauth

Creates OAuth tokens for authentication, supporting password, authorization code, refresh token, and device code grants.

Instructions

Create token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grant_typeYesOAuth grant type to use.
usernameNoUsername (database user or sub-user). Used only with password grant.
passwordNoPassword for password grant.
databaseNoDatabase name the user belongs to.
client_idNoOAuth client id.
client_secretNoOAuth client secret.
codeNoAuthorization code exchanged for tokens (authorization_code grant).
redirect_uriNoRedirect URI for authorization_code grant.
code_verifierNoPKCE code verifier.
Behavior2/5

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

No annotations are provided, and the description only says 'Create token', which implies a mutation. However, it does not disclose important behavioral traits such as side effects, authentication requirements, or rate limits.

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

Conciseness3/5

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

The description is extremely concise (two words), which is efficient but lacks sufficient information. It is front-loaded but could benefit from a bit more elaboration without becoming excessive.

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?

With 9 parameters and no output schema, the description is critically incomplete. It does not explain the tool's behavior, return values, or how to use the parameters effectively. The schema carries all the burden.

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?

All 9 parameters have descriptions in the input schema (100% coverage), so the baseline is 3. The description adds no extra meaning beyond what the schema already provides.

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?

Description 'Create token' conveys the basic action of generating a token, but it is vague and lacks specificity about what type of token or context. It distinguishes from siblings only by the tool name, but no other details.

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 versus alternatives. Among many post* siblings, there is no explicit indication of when OAuth token creation is appropriate.

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/centia-io/mcp-server'

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