Skip to main content
Glama
SchemaVariantSpec.ts1.19 kB
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { ActionFuncSpec } from "./ActionFuncSpec"; import type { AuthenticationFuncSpec } from "./AuthenticationFuncSpec"; import type { LeafFunctionSpec } from "./LeafFunctionSpec"; import type { ManagementFuncSpec } from "./ManagementFuncSpec"; import type { PropSpec } from "./PropSpec"; import type { RootPropFuncSpec } from "./RootPropFuncSpec"; import type { SchemaVariantSpecData } from "./SchemaVariantSpecData"; import type { SiPropFuncSpec } from "./SiPropFuncSpec"; import type { SocketSpec } from "./SocketSpec"; export type SchemaVariantSpec = { version: string; data: SchemaVariantSpecData | null; uniqueId: string | null; deleted: boolean; isBuiltin: boolean; actionFuncs: Array<ActionFuncSpec>; authFuncs: Array<AuthenticationFuncSpec>; leafFunctions: Array<LeafFunctionSpec>; sockets: Array<SocketSpec>; siPropFuncs: Array<SiPropFuncSpec>; managementFuncs: Array<ManagementFuncSpec>; domain: PropSpec; secrets: PropSpec; secretDefinition: PropSpec | null; resourceValue: PropSpec; rootPropFuncs: Array<RootPropFuncSpec>; };

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/systeminit/si'

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