Skip to main content
Glama
MVPSpeakingActivity.ts•651 B
/** * @fileoverview Speaking/Conference MVP activity interface * @description Interface for speaking engagements, conferences, and presentations */ import type { MVPActivityBase } from "./MVPActivityBase.js"; /** * Interface for Speaking activities * Used for conference talks, presentations, and speaking engagements */ export interface MVPSpeakingActivity extends MVPActivityBase { /** Number of in-person attendees */ inPersonAttendees: number; /** Number of sessions */ numberOfSessions: number; /** Livestream views (if streamed) */ liveStreamViews?: number; /** On-demand views (if recorded) */ onDemandViews?: number; }

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