Skip to main content
Glama
animacaeli

agileconfig-mcp-server

by animacaeli

agileconfig_get_syslogs

Retrieve system operation logs filtered by application, log type, and time range. Supports pagination for efficient browsing.

Instructions

查询系统操作日志。可按应用、日志类型(Normal/Warn/Error)、时间范围筛选,支持分页。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdNo按应用 ID 筛选(可选)
endTimeNo结束时间,ISO 8601 格式(可选)
logTypeNo日志类型筛选(可选)
pageSizeNo每页记录数,默认 50
pageIndexNo页码,从 1 开始
startTimeNo起始时间,ISO 8601 格式(可选)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the tool is a read operation ('查询') and mentions filtering/pagination, but does not elaborate on side effects, authentication, or rate limits. Adequate for a simple query tool.

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?

A single sentence that front-loads the core purpose and immediately lists key features. No unnecessary words.

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?

The description covers the essential functionality: querying logs with filters and pagination. It does not describe the output format, but given the absence of an output schema, the agent can infer a list of log entries. Sufficient for a straightforward query tool.

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 baseline is 3. The description adds a high-level summary of filter types (application, log type, time range), which provides context beyond the schema definitions but does not detail each parameter separately.

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 queries system operation logs (系统操作日志) and specifies filtering capabilities. It uses a specific verb ('查询') and resource, and is distinct from sibling tools like get_all_configs.

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 usage for querying logs with optional filters and pagination, but does not explicitly state when to use this over alternatives or provide exclusions. Guidance is adequate but minimal.

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/animacaeli/agile-confg-mcp'

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