Runik AI
Server Details
Chat-first business management. 22 industry templates, 14 widgets. Manage clients, sales, inventory via natural language. OAuth 2.0 authentication.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolsconfig_getARead-onlyInspect
Get system configuration (company info, user context)
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation readOnlyHint=true already indicates a safe read operation, and the description 'Get system configuration' is consistent. The description adds the types of configuration ('company info, user context'), which gives some extra context, but it does not disclose behavior like invalid keys, default values, or response structure. Given the simple read-only nature, a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words. It is front-loaded with the action and object, making it easy to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool with no output schema, the description should at least clarify the valid key values or return behavior. It does not, leaving a critical gap that could cause incorrect usage. The description is not complete enough for the agent to confidently use the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for explaining the 'key' parameter. The description only hints at possible values ('company info, user context') but does not explicitly define what keys are valid or how the key affects the output. This is insufficient for an agent to correctly invoke the tool with the right key value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'system configuration', and further specifies 'company info, user context' which distinguishes it from all sibling tools focused on tables, templates, and views. This is a specific and unambiguous purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that this tool is used to retrieve configuration data, but it does not explicitly state when to use it versus alternatives or provide any exclusions. Since siblings are all unrelated to config, the usage context is implied but not explicitly guided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
table_createCInspect
Create a new table with columns
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| label | Yes | ||
| columns | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It only states the action ('create') without disclosing side effects, permissions, response format, error conditions, or constraints on the columns array. For a mutation tool, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded, concise sentence with no wasted words. It is appropriately short, though slightly more detail could be added without negatively affecting conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given three required parameters, no annotations, and no output schema, the description is too thin. It lacks parameter semantics, usage context, and behavioral details, making it insufficient for an agent to confidently invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no meaning to any parameter. It says 'with columns' but does not explain what name, label, or columns mean, nor the expected structure of the columns array. The description fails to compensate for the missing schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource ('Create a new table') and clearly distinguishes itself from sibling tools like tables_list, which is for listing. It is immediately obvious what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus alternatives, no mention of prerequisites (e.g., needing an existing schema), and no note that tables_list should be used for viewing existing tables. Usage is only implied rather than explained.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tables_listARead-onlyInspect
List all tables in your business system with column info
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark this as read-only, and the description agrees, adding no contradiction. It adds useful detail that results include column info, but does not mention pagination, size limits, or other behavioral traits. With good annotation coverage, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the verb 'List', and no wasted words. It conveys the scope and extra information ('with column info') efficiently.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless list tool, the description covers what it lists and the extra column info. There is no output schema, but the tool is simple enough that this is adequate. It does not describe return shape or limits, but no alternatives are needed given the simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema is empty, so there are zero parameters. Per the rubric, zero parameters earns a baseline of 4. The description adds no parameter details because none exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'List' with the resource 'tables' and scopes it to 'your business system', additionally noting 'column info' distinguishes it from sibling tools like table_create, template_list, and views_list. This makes the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this is the tool for enumerating tables ('List all tables'), giving clear context that there are no exclusions. It does not explicitly name alternatives, but sibling names (e.g., table_create, views_list) make the intended use obvious.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
template_installBInspect
Install a business template with tables, views, relations and sample data
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID (e.g. crm, hotel, inventario) | |
| lang | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of disclosing behavior. It mentions that installation includes 'tables, views, relations and sample data,' which is useful. However, it does not disclose whether the installation is destructive (e.g., overwrites existing objects), requires specific permissions, or is idempotent. For a mutation tool, this is a significant transparency gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the main verb and object. It communicates the core purpose without any fluff or redundant information. Every word contributes to understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this is a mutation tool with no annotations and no output schema, the description is too minimal. It does not mention prerequisites, side effects, error scenarios, or what happens on success. The tool installs multiple components, so more context is needed for an agent to use it safely and effectively. Without it, the description is incomplete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not explain the parameters beyond what the JSON schema provides. The schema documents 'id' with an example but leaves 'lang' completely undocumented. Since schema description coverage is only 50%, the description should compensate for the missing 'lang' meaning, but it does not. Thus, parameter semantics are weak.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Install a business template with tables, views, relations and sample data.' The verb 'Install' combined with the resource 'business template' and its components distinguishes it from sibling tools like template_list, tables_list, and table_create. It is specific and unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: if you want to install a business template, use this tool. However, it does not explicitly mention when to use this tool versus creating tables individually or listing templates first. No alternatives or exclusions are provided, so only implied guidance is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
template_listARead-onlyInspect
List 26 ready-to-use business templates (CRM, Hotel, Restaurant, Clinic, Dairy, etc.)
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language: es, en, fr |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation readOnlyHint=true already discloses the safe read-only nature, so the description doesn't need to repeat that. It adds some context (that templates are 'ready-to-use' and lists categories) but does not elaborate on return format, pagination, or any potential limitations beyond what the annotation covers.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One concise sentence that is front-loaded with the action and resource, followed by useful examples. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with a readOnly annotation, a single well-documented parameter, and no output schema, the description is adequate. It clearly states what the tool returns (a list of 26 templates) and provides examples. Could mention the language parameter, but the schema already covers that.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'lang' is fully described in the schema (Language: es, en, fr) with 100% coverage. The description adds no additional parameter semantics, but since the schema carries the meaning, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('business templates') with a specific scope ('26 ready-to-use'). It also gives examples (CRM, Hotel, etc.), making it easy to distinguish from sibling tools like template_install.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool (to see available templates) and the context is straightforward. However, it does not explicitly mention alternatives or when not to use it, though the sibling name 'template_install' provides a natural contrast.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
views_listARead-onlyInspect
List configured views (kanban, calendar, dashboard, chart, etc.)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotation readOnlyHint=true already indicates a safe read operation. The description adds contextual detail about what constitutes a 'view' (e.g., kanban, calendar), which goes beyond the annotation without contradicting it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that communicates the purpose and scope without any wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless, read-only list tool with an annotation and clear description, this is fully sufficient. No output schema is needed to explain return values.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema coverage is effectively 100%. The baseline for 0 params is 4, and the description adds no unnecessary parameter info, which is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the action ('List') and the resource ('configured views'), with explicit examples of view types (kanban, calendar, dashboard, chart). This distinguishes it from sibling tools like tables_list and template_list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use it: to list views. It doesn't explicitly name alternatives or exclusions, but the context is clear enough for a simple list operation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
89 tool updates
- Removed
areas_negocio_create - Removed
areas_negocio_delete - Removed
areas_negocio_get - Removed
areas_negocio_list - Removed
areas_negocio_update - Removed
auditorias_sustentabilidad_create - Removed
auditorias_sustentabilidad_delete - Removed
auditorias_sustentabilidad_get - Removed
auditorias_sustentabilidad_list - Removed
auditorias_sustentabilidad_update - Removed
automations_create - Removed
automations_delete - Removed
automations_get - Removed
automations_list - Removed
automations_log - Removed
automations_run - Removed
automations_update - Removed
capacitaciones_create - Removed
capacitaciones_delete - Removed
capacitaciones_get - Removed
capacitaciones_list - Removed
capacitaciones_update - Removed
certificaciones_empleados_create - Removed
certificaciones_empleados_delete - Removed
certificaciones_empleados_get - Removed
certificaciones_empleados_list - Removed
certificaciones_empleados_update - Added
config_get - Removed
controles_internos_create - Removed
controles_internos_delete - Removed
controles_internos_get - Removed
controles_internos_list - Removed
controles_internos_update - Removed
controles_sbif_create - Removed
controles_sbif_delete - Removed
controles_sbif_get - Removed
controles_sbif_list - Removed
controles_sbif_update - Removed
empleados_create - Removed
empleados_delete - Removed
empleados_get - Removed
empleados_list - Removed
empleados_update - Removed
incidentes_seguridad_create - Removed
incidentes_seguridad_delete - Removed
incidentes_seguridad_get - Removed
incidentes_seguridad_list - Removed
incidentes_seguridad_update - Removed
no_conformidades_create - Removed
no_conformidades_delete - Removed
no_conformidades_get - Removed
no_conformidades_list - Removed
no_conformidades_update - Removed
permisos_ambientales_create - Removed
permisos_ambientales_delete - Removed
permisos_ambientales_get - Removed
permisos_ambientales_list - Removed
permisos_ambientales_update - Removed
procedimientos_iso_create - Removed
procedimientos_iso_delete - Removed
procedimientos_iso_get - Removed
procedimientos_iso_list - Removed
procedimientos_iso_update - Removed
reportes_regulatorios_create - Removed
reportes_regulatorios_delete - Removed
reportes_regulatorios_get - Removed
reportes_regulatorios_list - Removed
reportes_regulatorios_update - Removed
riesgos_create - Removed
riesgos_delete - Removed
riesgos_get - Removed
riesgos_list - Removed
riesgos_update - Removed
table_add_column - Changed
table_create7 fields changed- removed
Input schema / properties / columns / itemsRemoved value: -{ - "properties": { - "label": { - "type": "string" - }, - "name": { - "type": "string" - }, - "options": { - "items": { - "type": "string" - }, - "type": "array" - }, - "required": { - "type": "boolean" - }, - "type": { - "enum": [ - "text", - "number", - "date", - "datetime", - "boolean", - "options", - "email", - "phone", - "url", - "currency", - "relation", - "attachment" - ], - "type": "string" - } - }, - "required": [ - "name" - ], - "type": "object" -} - removed
Input schema / properties / detail_tableRemoved value: -{ - "description": "Nombre tabla de items/detalle (solo si table_type=document)", - "type": "string" -} - removed
Input schema / properties / document_configRemoved value: -{ - "description": "Config PDF: {header_fields, total_fields, doc_title}", - "type": "object" -} - removed
Input schema / properties / label / descriptionRemoved value: -"Nombre visible" - removed
Input schema / properties / name / descriptionRemoved value: -"Nombre interno (sin espacios)" - removed
Input schema / properties / table_typeRemoved value: -{ - "description": "table=normal, document=con cabecera+detalle+PDF", - "enum": [ - "table", - "document" - ], - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "name", - "columns" -]New value: +[ + "name", + "label", + "columns" +]
- Removed
table_drop - Removed
table_relations - Removed
table_remove_column - Removed
table_schema - Changed
template_install2 fields changed- added
Input schema / properties / id / descriptionAdded value: +"Template ID (e.g. crm, hotel, inventario)" - added
Input schema / properties / langAdded value: +{ + "type": "string" +}
- Changed
template_list1 field changed- added
Input schema / properties / langAdded value: +{ + "description": "Language: es, en, fr", + "type": "string" +}
- Removed
tratamientos_datos_create - Removed
tratamientos_datos_delete - Removed
tratamientos_datos_get - Removed
tratamientos_datos_list - Removed
tratamientos_datos_update - Removed
view_create - Removed
view_delete - Removed
view_update
14 tool updates
- Changed
areas_negocio_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
auditorias_sustentabilidad_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
capacitaciones_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
certificaciones_empleados_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
controles_internos_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
controles_sbif_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
empleados_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
incidentes_seguridad_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
no_conformidades_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
permisos_ambientales_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
procedimientos_iso_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
reportes_regulatorios_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
riesgos_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
- Changed
tratamientos_datos_delete2 fields changed- added
Input schema / properties / cascadeAdded value: +{ + "description": "Eliminar registros hijos recursivamente", + "type": "boolean" +} - added
Input schema / properties / id / descriptionAdded value: +"ID del registro a eliminar"
90 tool updates
- First observed
areas_negocio_create - First observed
areas_negocio_delete - First observed
areas_negocio_get - First observed
areas_negocio_list - First observed
areas_negocio_update - First observed
auditorias_sustentabilidad_create - First observed
auditorias_sustentabilidad_delete - First observed
auditorias_sustentabilidad_get - First observed
auditorias_sustentabilidad_list - First observed
auditorias_sustentabilidad_update - First observed
automations_create - First observed
automations_delete - First observed
automations_get - First observed
automations_list - First observed
automations_log - First observed
automations_run - First observed
automations_update - First observed
capacitaciones_create - First observed
capacitaciones_delete - First observed
capacitaciones_get - First observed
capacitaciones_list - First observed
capacitaciones_update - First observed
certificaciones_empleados_create - First observed
certificaciones_empleados_delete - First observed
certificaciones_empleados_get - First observed
certificaciones_empleados_list - First observed
certificaciones_empleados_update - First observed
controles_internos_create - First observed
controles_internos_delete - First observed
controles_internos_get - First observed
controles_internos_list - First observed
controles_internos_update - First observed
controles_sbif_create - First observed
controles_sbif_delete - First observed
controles_sbif_get - First observed
controles_sbif_list - First observed
controles_sbif_update - First observed
empleados_create - First observed
empleados_delete - First observed
empleados_get - First observed
empleados_list - First observed
empleados_update - First observed
incidentes_seguridad_create - First observed
incidentes_seguridad_delete - First observed
incidentes_seguridad_get - First observed
incidentes_seguridad_list - First observed
incidentes_seguridad_update - First observed
no_conformidades_create - First observed
no_conformidades_delete - First observed
no_conformidades_get - First observed
no_conformidades_list - First observed
no_conformidades_update - First observed
permisos_ambientales_create - First observed
permisos_ambientales_delete - First observed
permisos_ambientales_get - First observed
permisos_ambientales_list - First observed
permisos_ambientales_update - First observed
procedimientos_iso_create - First observed
procedimientos_iso_delete - First observed
procedimientos_iso_get - First observed
procedimientos_iso_list - First observed
procedimientos_iso_update - First observed
reportes_regulatorios_create - First observed
reportes_regulatorios_delete - First observed
reportes_regulatorios_get - First observed
reportes_regulatorios_list - First observed
reportes_regulatorios_update - First observed
riesgos_create - First observed
riesgos_delete - First observed
riesgos_get - First observed
riesgos_list - First observed
riesgos_update - First observed
table_add_column - First observed
table_create - First observed
table_drop - First observed
table_relations - First observed
table_remove_column - First observed
table_schema - First observed
tables_list - First observed
template_install - First observed
template_list - First observed
tratamientos_datos_create - First observed
tratamientos_datos_delete - First observed
tratamientos_datos_get - First observed
tratamientos_datos_list - First observed
tratamientos_datos_update - First observed
view_create - First observed
view_delete - First observed
view_update - First observed
views_list
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource: configuration, tables, templates, or views. Within each resource, actions are clearly separated (create vs list, install vs list), leaving no ambiguity.
All tools follow a resource_action pattern (e.g., config_get, table_create, tables_list), but there is minor inconsistency in singular/plural usage (table_create vs tables_list vs template_install). The pattern is still predictable and readable.
Six tools cover the core configuration and management functions without being excessive. Each tool has a clear purpose, making the set well-scoped for its domain.
The set covers the main lifecycle for configurations, tables, templates, and views (get, create, list, install). Missing update/delete operations for tables and views are minor gaps that agents can likely work around, as the focus appears to be initial setup.