Skip to main content
Glama
IContentSummary.cs545 B
using System; using System.Collections.Generic; using System.Text; namespace Api.DigitalPages.Interfaces.Models { public interface IContentSummary : IBaseModelV3 { string Content { get; set; } SummaryOrigin Origin { get; set; } Dictionary<string, object> AdditionalInformation { get; set; } } public interface IContentSummary<TParent> : IContentSummary, IBaseModelV3<TParent> where TParent : IBaseModelV3 { } public enum SummaryOrigin { User, System } }

Latest Blog Posts

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/rkm097git/euconquisto-composer-mcp-poc'

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