Skip to main content
Glama

configure_external_access

Idempotent

Manage external user onboarding: set signup to open, require admin approval, or invite-only, and configure your app's login URL for approval emails.

Instructions

Read or change how EXTERNAL users (people who sign up to your app through TaskLite auth: POST /auth/register-external with this organizationId, then POST /auth/login) get into an organization. registrationPolicy: "open" — in at once; "approval" — an organization admin approves each signup (TaskLite mails the admins on every signup, and the person once approved; unapproved users are never billed); "closed" — invite only, self-signup refused. appLoginUrl: the page of YOUR app where these users log in — it becomes the "Log in" button in the approval email, so set it whenever you deploy an app that uses this flow; pass "" to clear. Call with no changes to just read the current settings. Requires organization admin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appLoginUrlNohttps URL of your app's login page for external users; "" clears it
organizationIdNoDefaults to the credential organization
registrationPolicyNo

Schema Changelog

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

  1. First observedv0.7.0

TDQS

A4.6/5.0
Behavior5/5

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

Annotations declare the tool is not read-only and is idempotent. The description adds meaningful behavioral detail: it explains the side effects of each registrationPolicy value, including approval emails and billing behavior, and explains what appLoginUrl controls. It also explicitly says calling with no changes reads current settings, so the dual read/write behavior is transparent.

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 detailed and a bit dense, but it front-loads the core purpose and each subsequent sentence adds operational value: policy meanings, email behavior, URL semantics, read mode, and admin requirement. It could be slightly more structured, but nothing feels like filler.

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

Completeness4/5

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

The description covers permissions, the read/write modes, parameter semantics, and side effects. There is no output schema, and the description does not explicitly state what the response contains when reading settings or after a change. That is a small gap, but the rest of the operational context is strong enough that an agent can call the tool correctly.

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

Parameters5/5

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

Schema coverage is 67%, and the description materially enriches the underspecified parameters. It explains the full semantics of each registrationPolicy enum value ('open', 'approval', 'closed') and the real-world effect of appLoginUrl, including that passing '' clears it. The organizationId parameter is already documented in the schema with a sensible default. This goes well beyond the schema alone.

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 states a specific verb ('Read or change') and a precise resource ('how EXTERNAL users ... get into an organization'). It clearly distinguishes this from sibling auth tools like sign_up, login, and connect by framing it as the organization-level access configuration. The title and name are not merely restated; the description explains the actual function.

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

Usage Guidelines4/5

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

The description gives clear context: it is for configuring external-user access, requires an organization admin, and can be used to read settings when called with no changes. It does not explicitly name sibling alternatives or say 'use X instead', but it clarifies the auth flow context well enough that an agent can infer when this tool applies versus sign_up or login.

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/shimon-ks/tasklite-mcp'

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