Skip to main content
Glama
IBundle.cs724 B
using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Api.DigitalPages.Interfaces.Models { public interface IBundle : IBaseModelV2 { /// <summary> /// Nome atribuído ao bundle. /// </summary> string Name { get; set; } /// <summary> /// Nome interno atribuído ao bundle. /// </summary> string InternalName { get; set; } /// <summary> /// Id do conteúdo dentro do DAM. /// </summary> string ContentUid { get; set; } /// <summary> /// Controle de acesso ao bundle. /// </summary> List<IBundleAuthorization> Authorizations { get; set; } } }

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