Skip to main content
Glama
document.d.tsโ€ข622 B
import { XmlComponent } from '../xml-components'; import { ConcreteHyperlink, Paragraph } from "../paragraph"; import { Table } from "../table"; import { TableOfContents } from "../table-of-contents"; import { Body } from "./body"; import { IDocumentBackgroundOptions } from "./document-background"; export interface IDocumentOptions { readonly background?: IDocumentBackgroundOptions; } export declare class Document extends XmlComponent { private readonly body; constructor(options: IDocumentOptions); add(item: Paragraph | Table | TableOfContents | ConcreteHyperlink): Document; get Body(): Body; }

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/consigcody94/office-whisperer'

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