Skip to main content
Glama

Databricks MCP Server

by moma1992
PromptsService.ts1.27 kB
/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CancelablePromise } from '../core/CancelablePromise'; import { OpenAPI } from '../core/OpenAPI'; import { request as __request } from '../core/request'; export class PromptsService { /** * List Prompts * List all available prompts. * @returns string Successful Response * @throws ApiError */ public static listPromptsApiPromptsGet(): CancelablePromise<Array<Record<string, string>>> { return __request(OpenAPI, { method: 'GET', url: '/api/prompts', }); } /** * Get Prompt * Get the content of a specific prompt. * @param promptName * @returns string Successful Response * @throws ApiError */ public static getPromptApiPromptsPromptNameGet( promptName: string, ): CancelablePromise<Record<string, string>> { return __request(OpenAPI, { method: 'GET', url: '/api/prompts/{prompt_name}', path: { 'prompt_name': promptName, }, errors: { 422: `Validation Error`, }, }); } }

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/moma1992/mcp-databricks-app'

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