Skip to main content
Glama

Verificar flujo de datos

gobernador_check_data_flow
Read-onlyIdempotent

Evaluates data flows for international transfers, legal basis, and DPIA requirements under Chile's data protection law. Quickly check if you can move data across borders.

Instructions

Evalúa un flujo de datos descrito en texto libre, enfocándose específicamente en: transferencias internacionales, base de licitud aplicable, y necesidad de DPIA (evaluación de impacto).

Es una vista filtrada de gobernador_audit_text centrada en gobernanza de datos (Ley 21.719 principalmente), útil quiries rápidas de "¿puedo mover estos datos aquí?".

Args:

  • description (string): descripción del flujo de datos (origen, destino, tipo de dato, cruce de fronteras)

Returns: JSON con: { "requiresDpia": boolean, "internationalTransferDetected": boolean, "findings": [ { framework, reference, title, severity, guidance } ] }

Ejemplos de uso:

  • "Enviamos datos de salud de pacientes a un servidor en Europa" -> detecta transferencia internacional + dato sensible + probable DPIA

  • "Guardamos solo nombre y comuna de los usuarios en un servidor en Santiago" -> sin hallazgos críticos

No usar cuando: se necesita clasificar riesgo de un sistema de IA completo (usar gobernador_generate_compliance_report).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYesDescripción del flujo de datos a evaluar: origen, destino, tipo de datos, y si cruza fronteras (ej. 'Recolectamos RUT y email de usuarios en Chile y los enviamos a un servidor en AWS us-east-1').
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds behavioral context: it's a 'vista filtrada' of another tool, and returns a structured JSON. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured into sections: purpose, args, returns, examples, and when-not-to-use. Every sentence adds value with no redundancy. Front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has only one parameter, no output schema, and comprehensive annotations, the description covers return format and provides examples. No output schema makes the return description necessary, and it is provided adequately. Minor improvement could include more edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a detailed description of the 'description' parameter. The main description reiterates the parameter's purpose but adds examples that illustrate usage. However, since schema already defines the parameter clearly, the description adds marginal semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool evaluates a data flow description focusing on international transfers, legal basis, and DPIA. The title 'Verificar flujo de datos' and description distinguish it from siblings like 'gobernador_audit_text' (general audit) and 'gobernador_generate_compliance_report' (AI system compliance).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use context ('útiles queries rápidas de "¿puedo mover estos datos aquí?"') and when-not-to-use ('No usar cuando: se necesita clasificar riesgo de un sistema de IA completo'). Names the alternative tool 'gobernador_generate_compliance_report'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/CodexPromptusIuris/Gobernador-ia-mcp-server-'

If you have feedback or need assistance with the MCP directory API, please join our Discord server