Skip to main content
Glama

audit.query

Read-onlyIdempotent

Search audit logs for GDPR Article 30 processing records. Filter by action, target type, or date range to track data operations and verify compliance activities.

Instructions

監査ログを検索します。GDPR Art.30に基づく処理活動記録の閲覧。Query audit logs. View records of processing activities per GDPR Art.30.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoアクションフィルタ(例: data.delete, page.analyze) / Action filter (e.g., data.delete, page.analyze)
target_typeNoターゲットタイプフィルタ(例: web_page, preference_profile) / Target type filter (e.g., web_page, preference_profile)
start_dateNo開始日時(ISO 8601形式) / Start date (ISO 8601 format)
end_dateNo終了日時(ISO 8601形式) / End date (ISO 8601 format)
limitNo結果上限(最大100、デフォルト20) / Result limit (max 100, default 20)
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds the GDPR compliance framework context, which explains the nature of the audit logs, but doesn't disclose additional behavioral traits like rate limits, retention periods, or what specific processing activities are captured beyond the high-level GDPR reference.

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?

Extremely efficient bilingual format (Japanese/English) with zero waste. The two-sentence structure front-loads the action (search/query) and immediately qualifies the regulatory scope, delivering maximum information density without redundancy.

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

Completeness3/5

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

While the GDPR context is valuable, the description remains minimal for a compliance-focused tool with 5 optional parameters. It doesn't address the all-optional parameter design, expected result format, or pagination behavior beyond the limit constraint. Given the lack of output schema, additional context about return values would strengthen completeness.

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?

With 100% schema description coverage including examples (e.g., 'data.delete, page.analyze'), the schema carries the full burden of parameter documentation. The description provides no additional parameter semantics beyond the schema, warranting the baseline score of 3.

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

Purpose4/5

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

The description clearly states the tool queries/searches audit logs (specific verb + resource) and adds valuable regulatory context by specifying GDPR Article 30 compliance records. However, it doesn't explicitly differentiate from the sibling 'accessibility.audit' tool, though the GDPR mention implicitly signals this is for data processing records rather than accessibility testing.

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 GDPR Art.30 reference provides implied usage context (use when needing records of processing activities for compliance), but lacks explicit when-to-use guidance, exclusions, or comparisons to alternatives like 'data.export' for data retrieval scenarios.

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/TKMD/reftrix-mcp'

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