Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List file activities

dcm_file_trace_list
Read-only

Retrieve file activity from network devices (create, open, modify, delete, rename, move, copy, read). Filter by event type, extension, block status, device, computer, group, domain, or time.

Instructions

Retrieves file activities (create, open, modify, delete, rename, move, copy, read) detected on devices across the network: file name/size, event type, process, device, user, and computer. Supports filters for event type, file extension or extension group, block status, device instance path, time period, computer, group, and domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gidNoFilter to a custom group of computers by its group ID (from the custom group list API).
rawNoReturn full, unprojected records instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
dipIdNoFilter by device instance path.
eventNoFilter by file event type: 0 unknown, 1 create, 2 open, 3 delete, 4 rename, 5 modify, 6 read, 7 move, 8 copy.
domainNoFilter by NetBIOS domain name.
periodNoFilter by time range: 0 this week, 1 this month, 2 this year, 3 last week, 4 last month, 5 last 2 months, 6 last 3 months, 7 last 6 months, 8 last 9 months, 9 last year.
computerNoFilter to a specific computer by its resource_id (from som_computers_list).
fileExtnNoFilter file activities by file extension, e.g. "pdf".
isBlockedNoFilter by block status: 0 allowed, 1 blocked.
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
fileExtnGrpNoFilter file activities by file extension group.
numberOfDaysNoOnly include activity from the last N days.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description adds useful context about the content of returned records (file name/size, event type, process, device, user, computer) and the scope of data (across the network). It does not mention potential edge cases like empty results, but the annotation coverage lowers the burden.

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 two sentences and about 40 words, front-loaded with the primary action and resource. Every clause adds information: the first sentence defines the data scope, and the second lists the filter options. No redundant words.

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

Completeness5/5

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

Without an output schema, the description compensates by listing the returned fields (file name/size, event type, process, device, user, computer) and all the supported filter dimensions (event type, file extension/group, block status, device instance path, time period, computer, group, domain). This gives an agent a complete picture of what the tool returns and how to narrow it down.

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?

All 13 parameters have descriptions in the schema, achieving 100% coverage, so the baseline is 3. The description simply summarizes the filter categories (event type, extension, block status, etc.) but does not add details beyond the schema's per-parameter descriptions.

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 retrieves file activities with a specific verb ('Retrieves') and resource, and enumerates the event types (create, open, modify, delete, rename, move, copy, read). It also lists the data fields returned, which distinguishes it from sibling tools like dcm_device_audit_list and dcm_file_shadow_list.

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 implies when to use this tool (when you need file activity events across the network) and is clear on the scope. However, it does not explicitly name alternative tools or state when not to use it, so it misses the highest bar for explicit exclusions.

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/hdyrawan/mcp-endpoint-central'

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