Get comprehensive data profile for columns including type, statistics, null counts, and top values. Combines multiple operations (get_column_stats, get_value_counts, find_nulls) into a single efficient call. Use for: initial data exploration, column profiling, data quality overview, schema unders...
AI agents call get_data_profile to retrieve information from Mcp Excel without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool retrieves and analyzes metadata and statistics from Excel columns without modifying data, executing code, or causing side effects. It is purely informational (schema understanding, data quality overview, distribution analysis). No data is created, modified, deleted, or financial transactions occur. This is a classic Read operation suitable for initial data exploration.
From the tool's definition Tool performs data profiling operations: 'get comprehensive data profile for columns including type, statistics, null counts, and top values' and combines 'get_column_stats, get_value_counts, find_nulls'.
Documented attack patterns abuse exactly the kind of access get_data_profile gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and Mcp Excel, and nothing reaches the server without passing your rules. This is the rule we recommend for get_data_profile:
{
"version": "1",
"default": "deny",
"tools": {
"get_data_profile": {}
}
} get_data_profile is read-only, so it stays allowed — but everything else on the server is denied unless you say otherwise.
Free to start. No card required.
Get comprehensive data profile for columns including type, statistics, null counts, and top values. Combines multiple operations (get_column_stats, get_value_counts, find_nulls) into a single efficient call. Use for: initial data exploration, column profiling, data quality overview, schema understanding, one-shot data assessment. EXAMPLES: Profile all columns in dataset, Understand data quality issues, Get distribution of values, Assess completeness and types. It is categorised as a Read tool in the Mcp Excel MCP Server, which means it retrieves data without modifying state.
Register the Mcp Excel MCP server in PolicyLayer and add a rule for get_data_profile: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Excel. Nothing to install.
get_data_profile is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_data_profile rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_data_profile. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_data_profile is provided by the Mcp Excel MCP server (jwadow/mcp-excel). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Mcp Excel, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
25 Mcp Excel tools catalogued and risk-classified — across an index of 43,000+ MCP servers.