Skip to main content
Glama
ContentCreationDraft.ts•745 B
/** * @fileoverview Content creation activity draft interface * @description Interface for content creation activities (articles, videos, etc.) */ import type { ContentType } from "../types/ContentType.js"; import type { ActivityDraftBase } from "./ActivityDraftBase.js"; /** * Interface for content creation activity drafts * Used for articles, books, videos, demos, and other published content */ export interface ContentCreationDraft extends ActivityDraftBase { /** Type of content created */ contentType: ContentType; /** Metrics related to the content's reach */ metrics: { /** Number of people who read/viewed the content */ readers: number; }; /** URL link to the published content */ activityUrl: string; }

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/carlosazaustre/advocu-mcp-server'

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