Skip to main content
Glama
ctslone

CData Arc MCP Server

by ctslone

list_files

List Arc files with optional filters, pagination, and sorting to locate specific files. Specify properties like ConnectorId or Size to narrow results for monitoring and management.

Instructions

List Arc files with optional filtering and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of results to return
skipNoNumber of results to skip for pagination
filterNoOData filter expression (e.g., "ConnectorId eq 'MyConnector'" or "Size gt 1024")
selectNoComma-separated list of properties to include (e.g., 'ConnectorId,Filename,Size')
orderbyNoOrder results by property (e.g., 'TimeCreated DESC' or 'Filename ASC')
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only listing operation but does not disclose return format, default limits, or side effects. The mention of filtering and pagination is generic and adds little beyond the schema.

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, focused sentence with no redundant words. It communicates the tool's purpose and key capabilities in a compact form.

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 no output schema and no annotations, the description should explain what the return value looks like and any default behavior. It does not mention that the result is a list of file objects, what the default page size is, or how this differs from other list tools. The description is too minimal for a tool with 5 optional parameters.

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?

Schema description coverage is 100%, so the baseline is 3. The description's 'optional filtering and pagination' loosely maps to the filter and top/skip parameters but adds no details about syntax or semantics beyond what the schema already documents.

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 specifies the verb 'List' and resource 'Arc files', clearly indicating the tool's function. However, it does not explicitly distinguish this from sibling tools like get_files_by_connector or get_recent_files, which also list files but with different scopes.

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

Usage Guidelines2/5

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

The description provides no context on when to use this tool versus alternatives such as get_files_by_connector or get_recent_files. It merely states the capability without exclusions or prerequisites.

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/ctslone/AdminAPI_MCP'

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