list_operation_logs
Retrieve and review 1Panel operation logs to audit administrative actions, track changes, and troubleshoot server issues.
Instructions
List operation logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve and review 1Panel operation logs to audit administrative actions, track changes, and troubleshoot server issues.
List operation logs
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It implies a read-only listing operation, but says nothing about pagination, filtering, permissions, retention, or return format, leaving most behavior opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and front-loaded with the core action. It is not wasteful, but it is also under-specified rather than strategically concise, so it only meets the minimum viable level.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a zero-parameter schema, the description should clarify log scope or expected content. It does not, so an agent lacks enough context to know exactly what operation logs are returned or how they differ from related log tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema covers that fully. Per the evaluation baseline for parameterless tools, a 4 is appropriate; the description does not need to explain any parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description gives a clear verb and resource: 'List operation logs.' It does not, however, distinguish this tool from other log-listing siblings such as list_system_logs or get_task_logs, leaving ambiguity about which log type is returned.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives like list_system_logs or get_task_logs. The agent must infer the intended scope without any explicit context or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.