Skip to main content
Glama

gateway_auth_management

Manage authentication and access control for AAP Gateway by handling users, teams, roles, authenticators, and OAuth applications.

Instructions

Gateway authentication and access management tool. Handles users, teams, organizations, roles, authenticators, and OAuth applications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: list_users, create_user, update_user, delete_user, get_user, list_teams, create_team, update_team, delete_team, list_organizations, create_organization, update_organization, delete_organization, list_role_definitions, create_role_definition, update_role_definition, delete_role_definition, list_role_assignments, create_role_assignment, delete_role_assignment, list_authenticators, create_authenticator, update_authenticator, delete_authenticator, list_authenticator_maps, create_authenticator_map, update_authenticator_map, delete_authenticator_map, list_applications, create_application, update_application, delete_application, list_tokens, create_token, delete_token, get_me, get_session, list_authenticator_plugins
user_idNoUser ID
team_idNoTeam ID
organization_idNoOrganization ID
role_definition_idNoRole definition ID
role_assignment_idNoRole assignment ID
authenticator_idNoAuthenticator ID
authenticator_map_idNoAuthenticator map ID
application_idNoOAuth application ID
token_idNoToken ID
user_dataNoUser data
team_dataNoTeam data
organization_dataNoOrganization data
role_definition_dataNoRole definition data
role_assignment_dataNoRole assignment data
authenticator_dataNoAuthenticator data
authenticator_map_dataNoAuthenticator map data
application_dataNoOAuth application data
token_dataNoToken data
filtersNoFilters for listing

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 mentions 'handles' various entities but does not specify whether operations are read-only, destructive, require authentication, or have rate limits. For a tool with 20 parameters and complex actions (including deletes), this lack of behavioral context is a significant gap.

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 brief and front-loaded, consisting of two sentences that efficiently state the tool's domain and scope. There is no wasted text, though it could be more structured (e.g., separating purpose from entity list).

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 tool's complexity (20 parameters, diverse actions including deletions), no annotations, and an output schema present, the description is inadequate. It fails to explain behavioral traits, usage context, or how actions relate to parameters, leaving the agent poorly equipped to use this tool correctly despite the schema coverage.

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?

The description lists entity types (users, teams, etc.), which loosely maps to some parameters, but with 100% schema description coverage, the schema already documents all 20 parameters thoroughly. The description adds minimal value beyond the schema, such as hinting at the scope of actions, but does not provide additional syntax or format details.

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

Purpose2/5

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

The description states the tool handles 'authentication and access management' and lists entity types (users, teams, etc.), which provides a general domain. However, it lacks a specific verb (e.g., 'manage' or 'perform CRUD operations on') and does not distinguish this tool from sibling tools like 'user_access_management' or 'credential_management', making it vague and potentially overlapping.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, context, or exclusions, and with sibling tools like 'user_access_management' and 'credential_management' present, there is no clarification on differentiation, leaving the agent without usage direction.

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/anshulbehl/aap-mcp-pilot'

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