Skip to main content
Glama
IContentRubricCriterion.cs708 B
using System; using System.Collections.Generic; using System.Text; namespace Api.DigitalPages.Interfaces.Models { public interface IContentRubricCriterion : IBaseModelV2 { /// <summary> /// Nome do critério. /// </summary> string Title { get; set; } /// <summary> /// Descritivo do critério abordado. /// </summary> string Description { get; set; } /// <summary> /// Valor que o critério representa. /// </summary> float Value { get; set; } /// <summary> /// Descritivo textual do valor do critério. /// </summary> string ValueDescription { 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