Skip to main content
Glama

Squad AI

RelationshipAction.ts1.46 kB
/* tslint:disable */ /* eslint-disable */ /** * Squad API * API for managing Squad resources * * The version of the OpenAPI document: 4.0.0 * Contact: help@meetsquad.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export const RelationshipAction = { Add: 'add', Remove: 'remove' } as const; export type RelationshipAction = typeof RelationshipAction[keyof typeof RelationshipAction]; export function instanceOfRelationshipAction(value: any): boolean { for (const key in RelationshipAction) { if (Object.prototype.hasOwnProperty.call(RelationshipAction, key)) { if (RelationshipAction[key as keyof typeof RelationshipAction] === value) { return true; } } } return false; } export function RelationshipActionFromJSON(json: any): RelationshipAction { return RelationshipActionFromJSONTyped(json, false); } export function RelationshipActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): RelationshipAction { return json as RelationshipAction; } export function RelationshipActionToJSON(value?: RelationshipAction | null): any { return value as any; } export function RelationshipActionToJSONTyped(value: any, ignoreDiscriminator: boolean): RelationshipAction { return value as RelationshipAction; }

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/the-basilisk-ai/squad-mcp'

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