Skip to main content
Glama
woofdogtw
by woofdogtw

data_coremgr_opdata_list

List core manager operation logs using time-range, sorting, offset, and limit filters. Normal users see only their own entries, supporting targeted retrieval and auditing.

Instructions

List coremgr operation log records. Normal users see only their own logs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort key:order. Keys: req, res.
tendNoEnd time in milliseconds since epoch.
limitNoMax items; 0 for all (default 100).
offsetNoData offset (default 0).
tfieldNoTime field for filtering: req or res. Required when using tstart/tend.
tstartNoStart time in milliseconds since epoch.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It does reveal an important behavior: normal users are scoped to only their own logs. However, it does not mention other relevant behaviors like default limit, time-filter behavior, or what fields the returned records contain.

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, tight sentence that front-loads the action and resource, then adds the key access-control caveat. There is no wasted wording or redundancy.

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?

For a listing tool with six optional, fully documented parameters, the description provides the essential semantic core and the important visibility constraint. It is slightly incomplete because it does not indicate what fields or record shape will be returned, which is more relevant given the absence of an output schema.

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%, and every parameter already has a meaningful description in the schema. The tool description adds no additional parameter-level semantics, so the baseline score of 3 is appropriate.

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 states the verb 'List' and the resource 'coremgr operation log records', making the primary purpose clear. It adds the scoping detail that normal users only see their own logs, but it does not explicitly differentiate this from the sibling data_coremgr_opdata_count tool.

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 when the tool is useful by describing record listing and user-level visibility, but it provides no explicit guidance on when to choose this tool over alternatives such as the count variant. The 'normal users see only their own logs' note is a useful context cue but not a usage directive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/woofdogtw/sylvia-iot-mcp'

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