Skip to main content
Glama

auth_settings

Configure your project's authentication settings: password enablement, sign-in method, public signup policy, passkey requirement for admins, and email domain restrictions.

Instructions

Update project auth settings: allow_password_set, preferred_sign_in_method, public_signup, and require_passkey_for_project_admin. Requires service_key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID
public_signupNoPublic signup policy.
allow_password_setNoAllow passwordless users (magic link / OAuth) to set a password. Default: false.
allowed_email_domainsNoRestrict hosted Google sign-in to these email domains, enforced at token issuance. [] or omitted = unrestricted; pass [] to clear. Normalized + domain-validated server-side.
preferred_sign_in_methodNoProject UI hint for the preferred sign-in method.
require_passkey_for_project_adminNoRequire eligible passkey login for project_admin sessions.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states it updates settings but does not disclose whether it performs a full replace or merge, what the return value is, or any potential side effects. The requirement of service_key is mentioned but not elaborated.

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 a single sentence, concise and front-loaded with the key action and fields. No unnecessary words, though it could be slightly more structured.

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?

Given the number of parameters (6), absence of output schema, and no annotations, the description is too minimal. It lacks information on return values, error conditions, or behavior for partial updates.

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 coverage is 100%, so baseline is 3. The description lists some fields and mentions service_key, but does not add significant meaning beyond the schema. No parameter relationships or usage tips are provided.

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 clearly states the verb 'Update' and the resource 'project auth settings', listing specific fields. It distinguishes from sibling tools like create_auth_user or set_user_password.

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 mentions 'Requires service_key' but provides no guidance on when to use this tool versus alternatives like create_auth_user or invite_auth_user. Context of usage is implied but not explicit.

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/kychee-com/run402'

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