Skip to main content
Glama
shaumikp26

orgintel

by shaumikp26

find_sensitive_access

Identifies principals with read or edit access to sensitive fields like SSN, DOB, account numbers, and credit cards, and shows the number of users with that access.

Instructions

Every principal granting read/edit on a field whose name matches a sensitivity pattern (SSN/DOB/account-number/card/comp/… from config), with how many users end up with that access (resolved through effective permissions, honoring muting). Recall is prioritized over precision — expect broad matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshot_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description effectively discloses key behaviors: effective permissions honoring muting, recall over precision, and broad matches. It implies a read-only query without stating explicitly, but the traits are well-described.

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

Conciseness4/5

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

Two concise sentences cover the core purpose and a key behavioral trait. No extraneous text, though the parameter omission could be addressed with a brief addition.

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 complexity of sensitive access detection and the presence of an output schema (not shown), the description adequately explains the input, matching logic, and output scope. Missing only parameter details, but overall complete.

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

Parameters2/5

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

Schema description coverage is 0% and the description does not mention the single required parameter 'snapshot_id', failing to explain its role or how to obtain it. This is a significant gap since the parameter is essential.

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 finds every principal granting read/edit on fields matching sensitivity patterns (SSN/DOB/account-number/card/comp), distinguishing it from siblings like permission_diff which handle general permission differences.

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

Usage Guidelines4/5

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

The description provides clear context for use: to detect sensitive access with recall prioritized over precision. It does not explicitly mention when not to use or alternatives, but the context is sufficient for most agents.

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/shaumikp26/MCPSalesforce'

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