Skip to main content
Glama

Xano MCP Server

by SarimSiddd
schema.service.ts516 B
import { AxiosInstance, AxiosResponse } from "axios"; import { schema } from "../../models/table/schema/schema.js"; export class SchemaService { constructor( private readonly client: AxiosInstance, private readonly workspaceId: number, private readonly tableId: number, ) {} private get basePath(): string { return `/workspace/${this.workspaceId}/table/${this.tableId}/schema`; } async get(): Promise<AxiosResponse<schema[]>> { return this.client.get<schema[]>(this.basePath); } }

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/SarimSiddd/xano_mcp'

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