stratio-data

Load Stratio data MCP rules and usage patterns into conversation context.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill stratio-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stratio-data
Source: https://github.com/Stratio/genai-agents/tree/main/shared-skills/stratio-data
Command: npx skills add https://github.com/Stratio/genai-agents --skill stratio-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads and enforces the mandatory rules, usage patterns and best practices for Stratio data MCP tools (query_data, list_domains, search_domains, generate_sql, profile_data, get_tables_details, get_table_columns_details, search_domain_knowledge, get_tables_quality_details, propose_knowledge, …) into the conversation before touching governed data.

Core Features & Use Cases

  • Loads the complete data-MCP reference into context to guide tool usage.
  • Enforces the core governance principle: never write SQL manually — delegate generation to query_data or generate_sql.
  • Provides a structured domain discovery and profiling workflow, including post-query validations and quality checks.
  • Pairs with the Stratio governance guides to ensure safe, compliant interactions and consistent terminology.

Quick Start

Load this skill before the first data MCP tool invocation to refresh rules and usage patterns.

Frequently Asked Questions about stratio-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are data MCP rules and why do I need them for domain discovery?

Data MCP rules are mandatory governance patterns for querying data through MCP tools. You need them to enforce immutable domain names, post-query validations, and safe interactions before touching governed data.

How do I enforce governance best practices when using data MCP tools?

You enforce governance best practices by loading the complete data-MCP reference into context before tool invocation, ensuring SQL generation is delegated to query_data or generate_sql rather than written manually.

Can I write SQL manually when querying data through MCP tools?

No, you should never write SQL manually. The core governance principle requires delegating SQL generation to the query_data or generate_sql MCP tools to maintain compliance and consistent terminology.

What's the best way to profile data and run quality checks in a governed environment?

The best way is to follow the structured domain discovery workflow, which applies post-query validations and quality checks using the profile_data and get_tables_quality_details tools guided by loaded MCP rules.

When should I load Stratio data MCP rules before running queries?

You should load Stratio data MCP rules before the first data MCP tool invocation to refresh usage patterns, enforce governance requirements, and guide all subsequent data tool calls safely.

Does the Stratio data MCP reference support knowledge proposals and domain search?

Yes, the Stratio data MCP reference supports knowledge proposals through propose_knowledge and domain search through search_domains and search_domain_knowledge, while enforcing governance requirements across all interactions.