Skip to main content
Glama
IInsightsQuery.cs891 B
using System.Collections.Generic; namespace Api.DigitalPages.Interfaces.Models { /// <summary> /// Modelo de dados para consulta de insights /// </summary> public interface IInsightsQuery { List<ITable> Tables { get; set; } } public interface IColumn { /// <summary> /// Nome da coluna /// </summary> string Name { get; set; } /// <summary> /// Tipo de valor da row, Ex: Guid, string, int /// </summary> string Type { get; set; } } public interface ITable { string Name { get; set; } /// <summary> /// Lista de colunas da tabela /// </summary> List<IColumn> Columns { get; set; } /// <summary> /// Lista de valores da tabela /// </summary> List<List<object>> Rows { 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