Skip to main content
Glama
aeoess

agent-passport-system-mcp

check_jurisdiction_transfer

Validates whether data transfers between jurisdictions comply with constraints like EU_ONLY, GDPR_ADEQUATE_ONLY, or NO_CROSS_BORDER based on source, target, purpose, and restrictions.

Instructions

Check if a data transfer is permitted under jurisdiction constraints (EU_ONLY, GDPR_ADEQUATE_ONLY, NO_CROSS_BORDER).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceJurisdictionYesISO 3166-1 alpha-2 code
targetJurisdictionYesISO 3166-1 alpha-2 code
processingRestrictionsNo
transferConstraintsNo
purposeYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states 'Check if a data transfer is permitted', which implies a read-only boolean result, but does not disclose any behavioral traits such as side effects, authentication needs, rate limits, or error conditions.

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 a single concise sentence of 15 words with no unnecessary information. It is front-loaded and efficient.

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

Completeness2/5

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

Given the tool has 5 parameters, no output schema, and no annotations, the description is insufficient. It does not explain the return value format, how constraints are evaluated, or provide enough context for an AI agent to use it effectively.

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?

The schema description coverage is 40% (only sourceJurisdiction and targetJurisdiction have descriptions). The tool description does not add any parameter meaning beyond the schema, leaving the purpose of processingRestrictions, transferConstraints, and purpose unclear.

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 verb 'Check' and the resource 'data transfer', and specifies the scope with jurisdiction constraints (EU_ONLY, GDPR_ADEQUATE_ONLY, NO_CROSS_BORDER). This distinguishes it from sibling check_* tools like check_purpose_permitted or check_usage_permitted.

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

Usage Guidelines3/5

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

The description implies usage when checking jurisdiction for data transfers but provides no explicit guidance on when to use this tool vs alternatives, nor any 'when not to use' conditions. Siblings like check_purpose_permitted are not mentioned.

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/aeoess/agent-passport-system-mcp'

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