Skip to main content
Glama

accounts.createAuthorizationLink

Generate an authorization link for registered Ryft accounts to enable secure access and redirect users to specified URLs after authentication.

Instructions

Create a Ryft account authorization link for a registered account email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
redirectUrlYes

Implementation Reference

  • The registration and handler implementation for the 'accounts.createAuthorizationLink' tool.
    registerTool(
      'accounts.createAuthorizationLink',
      'Create a Ryft account authorization link for a registered account email.',
      createAccountAuthorizationSchema.shape,
      async (args) => client.post('/accounts/authorize', createAccountAuthorizationSchema.parse(args)),
    );
  • Input validation schema for 'accounts.createAuthorizationLink'.
    const createAccountAuthorizationSchema = z.object({
      email: z.string().email(),
      redirectUrl: z.string().url(),
    });

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/bkawk/ryft-mcp'

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