/**
* @fileoverview Story activity draft interface
* @description Interface for stories and significant experiences
*/
import type { SignificanceType } from "../types/SignificanceType.js";
import type { ActivityDraftBase } from "./ActivityDraftBase.js";
/**
* Interface for story activity drafts
* Used for stories and significant experiences that impact the community
*/
export interface StoryDraft extends ActivityDraftBase {
/** Explanation of why this story is significant */
whyIsSignificant: string;
/** Type of significance or impact category */
significanceType: SignificanceType;
/** URL link to the story or related content */
activityUrl: string;
/** Metrics related to impact */
metrics: {
/** Impact measurement (views, reads, attendees, etc.) */
impact: 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