We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
es.json•8.01 KiB
{
"Integrate with Contextual AI to automate document processing and AI workflows": "Integrar con IA contextual para automatizar el procesamiento de documentos y flujos de trabajo de IA",
"API Key": "Clave API",
"Base URL": "URL base",
"Your Contextual AI API key": "Tu clave de API contextual",
"API base URL (leave blank for default)": "URL base de API (dejar en blanco por defecto)",
"\n## Contextual AI Connection Setup\n\n### Prerequisites\n- Create a Contextual AI account at [Contextual AI](https://contextual.ai)\n- Generate an API key from your workspace settings\n- You'll receive $25 in free credits (or $50 with work email)\n\n### Authentication Fields\n\n**API Key**: Your Contextual AI API key (required)\n- Sign in to your Contextual AI workspace\n- Navigate to API Keys in the sidebar\n- Click \"Create API Key\" and follow the instructions\n- Copy the generated key and paste it here\n\n**Base URL**: ": "\n## Contextual AI Connection Setup\n\n### Prerequisites\n- Create a Contextual AI account at [Contextual AI](https://contextual.ai)\n- Generate an API key from your workspace settings\n- You'll receive $25 in free credits (or $50 with work email)\n\n### Authentication Fields\n\n**API Key**: Your Contextual AI API key (required)\n- Sign in to your Contextual AI workspace\n- Navigate to API Keys in the sidebar\n- Click \"Create API Key\" and follow the instructions\n- Copy the generated key and paste it here\n\n**Base URL**: The API base URL (optional)\n- Leave blank to use the default: `https://api.contextual.ai/v1`\n- Only change if you have a custom deployment\n",
"Query Agent": "Consultar agente",
"Generate Text": "Generar texto",
"Ingest Document": "Documento íntimo",
"Parse File": "Analizar archivo",
"Create Agent": "Crear agente",
"Invite Users": "Invitar usuarios",
"Create Datastore": "Create Datastore",
"Send a message to a Contextual AI agent and get a response": "Enviar un mensaje a un agente de IA contextual y obtener una respuesta",
"Generate text using Contextual AI's Grounded Language Model": "Generar texto usando el Modelo de Idioma Contextual de II",
"Upload and ingest a document into a Contextual AI datastore": "Subir e ingerir un documento en un datastore de IA contextual",
"Parse a document file into structured Markdown and/or JSON format": "Analizar un archivo de documento en formato estructurado Markdown y/o JSON",
"Create a new Contextual AI agent with specified configuration": "Crear un nuevo agente de IA contextual con la configuración especificada",
"Invite new users to the Contextual AI workspace": "Invitar nuevos usuarios al área de trabajo de IA contextual",
"Create a new datastore for organizing documents": "Crear un nuevo datastore para organizar documentos",
"Agent": "Agente",
"Message": "Mensaje",
"Conversation ID": "ID de conversación",
"Include Retrieval Content": "Incluye contenido de recuperación",
"Prompt": "Petición",
"Model Version": "Versión del modelo",
"Knowledge Sources": "Fuentes de conocimiento",
"System Prompt": "Prompt del sistema",
"Max Tokens": "Tokens máximos",
"Temperature": "Temperatura",
"Top P": "Top P",
"Avoid Commentary": "Evitar comentarios",
"Datastore": "Datastore",
"Document File": "Archivo del documento",
"Custom Metadata": "Metadatos personalizados",
"Configuration Override": "Anulación de configuración",
"Parse Mode": "Modo de análisis",
"Page Range": "Page Range",
"Enable Document Hierarchy": "Habilitar jerarquía de documentos",
"Enable Split Tables": "Activar Tablas de Dividir",
"Max Split Table Cells": "Máx. Dividir celdas de mesa",
"Figure Caption Mode": "Modo Figura Leyenda",
"Agent Name": "Nombre del agente",
"Description": "Descripción",
"Datastores": "Datastores",
"Filter Prompt": "Punto de filtro",
"Users to Invite": "Usuarios a invitar",
"Tenant Short Name": "Nombre corto del inquilino",
"Datastore Name": "Datastore Name",
"Select the agent to query": "Seleccione el agente a consultar",
"The message to send to the agent": "El mensaje a enviar al agente",
"Optional conversation ID to continue an existing conversation (leave empty for new conversation)": "ID de conversación opcional para continuar una conversación existente (dejar vacío para una nueva conversación)",
"Include the text of retrieved contents in the response": "Incluye el texto de los contenidos recuperados en la respuesta",
"The text prompt to generate a response for": "El mensaje de texto para generar una respuesta para",
"The version of Contextual's GLM to use": "La versión de la GLM de Contextual a usar",
"Optional knowledge sources to ground the generation (leave empty for general generation)": "Fuentes de conocimiento opcionales para calentar la generación (dejar vacía para la generación general)",
"Optional system instructions for the model": "Instrucciones opcionales del sistema para el modelo",
"Maximum number of tokens to generate (default: 1024)": "Número máximo de tokens a generar (por defecto: 1024)",
"Sampling temperature (0.0 to 1.0, lower = more focused, higher = more creative)": "Temperatura de muestreo (0,0 a 1,0, menor = más enfocado, mayor = más creativo)",
"Nucleus sampling parameter (0.0 to 1.0)": "Parámetro de muestreo de nucleos (0.0 a 1.0)",
"Avoid providing additional conversational commentary not grounded in context": "Evitar proporcionar comentarios de conversación adicionales no basados en el contexto",
"Select the datastore to upload the document to": "Seleccione el datastore al que subir el documento",
"The document file to upload (PDF, HTML, DOC, DOCX, PPT, PPTX)": "El archivo de documento a subir (PDF, HTML, DOC, DOCX, PPT, PPTX)",
"Optional custom metadata as key-value pairs (max 15 fields, 2KB total)": "Metadatos personalizados opcionales como pares clave-valor (máx. 15 campos, 2KB total)",
"Optional configuration override in JSON format for this specific document": "Configuración opcional anulada en formato JSON para este documento específico",
"The document file to parse (PDF, DOC, DOCX, PPT, PPTX)": "El archivo de documento a analizar (PDF, DOC, DOCX, PPT, PPTX)",
"Parsing mode - basic for simple text, standard for complex documents": "Modo de análisis - básico para texto simple, estándar para documentos complejos",
"Optional page range to parse (e.g., \"0,1,2\" or \"0-2,5,6\")": "Rango de página opcional a analizar (por ejemplo, \"0,1,2\" o \"0-2,5,6\")",
"Add table of contents with document structure (beta feature)": "Añadir tabla de contenidos con estructura de documentos (característica beta)",
"Split large tables into multiple tables with headers": "Dividir tablas grandes en múltiples tablas con cabeceras",
"Threshold for splitting large tables (only used when split tables is enabled)": "Umbral para dividir tablas grandes (solo se utiliza cuando las tablas divididas están habilitadas)",
"How thorough figure captions should be": "Cuán completos deben ser los subtítulos de figura",
"Name for the new agent": "Nombre para el nuevo agente",
"Optional description of the agent": "Descripción opcional del agente",
"Select datastores to associate with this agent (leave empty to create new datastore)": "Seleccionar almacenes de datos para asociar con este agente (dejar vacío para crear un nuevo datastore)",
"Optional system prompt for the agent": "Pedido opcional del sistema para el agente",
"Optional prompt for filtering retrieved chunks": "Pedido opcional para filtrar los fragmentos recuperados",
"List of users to invite": "Lista de usuarios a invitar",
"The short name of the tenant/workspace": "El nombre corto del inquilino/área de trabajo",
"Name for the new datastore": "Nombre para el nuevo datastore",
"GLM v2": "GLM v2",
"GLM v1": "GLM v1",
"Basic (text-only)": "Básico (sólo texto)",
"Standard (complex documents)": "Estándar (documentos complejos)",
"Concise": "Conciso",
"Detailed (beta)": "Detallado (beta)",
"New Agent": "Nuevo agente",
"Triggers when a new Contextual AI agent is created": "Dispara cuando se crea un nuevo agente de IA contextual"
}