Skip to main content
Glama

Squad AI

CreateOrganisation200ResponseDataLogoUrl.ts1.58 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. */ import { mapValues } from '../runtime.js'; /** * URL to the organisation's logo * @export * @interface CreateOrganisation200ResponseDataLogoUrl */ export interface CreateOrganisation200ResponseDataLogoUrl { } /** * Check if a given object implements the CreateOrganisation200ResponseDataLogoUrl interface. */ export function instanceOfCreateOrganisation200ResponseDataLogoUrl(value: object): value is CreateOrganisation200ResponseDataLogoUrl { return true; } export function CreateOrganisation200ResponseDataLogoUrlFromJSON(json: any): CreateOrganisation200ResponseDataLogoUrl { return CreateOrganisation200ResponseDataLogoUrlFromJSONTyped(json, false); } export function CreateOrganisation200ResponseDataLogoUrlFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateOrganisation200ResponseDataLogoUrl { return json; } export function CreateOrganisation200ResponseDataLogoUrlToJSON(json: any): CreateOrganisation200ResponseDataLogoUrl { return CreateOrganisation200ResponseDataLogoUrlToJSONTyped(json, false); } export function CreateOrganisation200ResponseDataLogoUrlToJSONTyped(value?: CreateOrganisation200ResponseDataLogoUrl | null, ignoreDiscriminator: boolean = false): any { return value; }

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