Skip to main content
Glama

Squad AI

CreateMetricPayloadId.ts1.27 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'; /** * * @export * @interface CreateMetricPayloadId */ export interface CreateMetricPayloadId { } /** * Check if a given object implements the CreateMetricPayloadId interface. */ export function instanceOfCreateMetricPayloadId(value: object): value is CreateMetricPayloadId { return true; } export function CreateMetricPayloadIdFromJSON(json: any): CreateMetricPayloadId { return CreateMetricPayloadIdFromJSONTyped(json, false); } export function CreateMetricPayloadIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateMetricPayloadId { return json; } export function CreateMetricPayloadIdToJSON(json: any): CreateMetricPayloadId { return CreateMetricPayloadIdToJSONTyped(json, false); } export function CreateMetricPayloadIdToJSONTyped(value?: CreateMetricPayloadId | 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