Glue · OAuth Scopes

Glue OAuth Scopes

OAuth 2.0 searched

Glue publishes 6 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Glue API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanySaaSTeam CommunicationMessagingCollaborationGraphQLWebhooksMCPProductivityAI Agents
Scopes: 6 Flows: Method: searched

Scopes (6)

ScopeDescriptionFlows
workspaces:read View workspace information clientCredentials
threads:read View thread information clientCredentials
groups:read View group information clientCredentials
threads.messages:write Send messages in threads, group chats and DMs clientCredentials
mcp:read Read access via the hosted MCP server authorizationCode
mcp:write Write access via the hosted MCP server authorizationCode

Source

OAuth Scopes

glue-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.glue.ai/developers/authentication/scopes.md
docs: https://docs.glue.ai/developers/authentication/scopes.md
schemes:
  - name: GraphQLOAuth2ClientCredentials
    flow: clientCredentials
    tokenUrl: https://api.gluegroups.com/oauth/token
  - name: MCPOAuth2AuthorizationCode
    flow: authorizationCode
    authorizationUrl: https://api.glue.ai/oauth/authorize
    tokenUrl: https://api.glue.ai/oauth/token
scopes:
  - scope: workspaces:read
    description: View workspace information
    flows: [clientCredentials]
    sources: [https://docs.glue.ai/developers/authentication/scopes.md]
  - scope: threads:read
    description: View thread information
    flows: [clientCredentials]
    sources: [https://docs.glue.ai/developers/authentication/scopes.md]
  - scope: groups:read
    description: View group information
    flows: [clientCredentials]
    sources: [https://docs.glue.ai/developers/authentication/scopes.md]
  - scope: threads.messages:write
    description: Send messages in threads, group chats and DMs
    flows: [clientCredentials]
    sources: [https://docs.glue.ai/developers/authentication/scopes.md]
  - scope: mcp:read
    description: Read access via the hosted MCP server
    flows: [authorizationCode]
    sources: [https://api.glue.ai/.well-known/oauth-authorization-server]
  - scope: mcp:write
    description: Write access via the hosted MCP server
    flows: [authorizationCode]
    sources: [https://api.glue.ai/.well-known/oauth-authorization-server]