Skip to main content
Glama

查询执行日志列表

list_job_logs

Fetch paginated job execution logs with filters for job group, task, status, and time range. Each entry shows trigger/execution results and executor address, enabling log content lookup.

Instructions

分页查询任务的执行日志(调度记录),支持按执行器组、任务、执行状态、调度时间范围过滤。返回每条记录的调度结果(triggerCode)、执行结果(handleCode)、执行器地址与触发时间,可据此调用 get_job_log_content 查看日志正文。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo页码,从 1 开始
jobIdNo任务 id
jobGroupNo执行器组 id
pageSizeNo每页条数
logStatusNo执行状态:1=成功,2=失败,3=进行中
filterTimeEndNo调度时间截止,格式 yyyy-MM-dd HH:mm:ss
filterTimeStartNo调度时间起始,格式 yyyy-MM-dd HH:mm:ss
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses that the tool supports pagination, filtering, and returns specific fields (triggerCode, handleCode, executor address, trigger time), offering meaningful behavioral context beyond a generic 'list' statement.

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, front-loads the core purpose, and includes no filler. Every clause adds value: purpose, filtering capabilities, return fields, and the follow-up tool reference.

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 list tool with no output schema, the description is fairly complete—it explains the returned fields and points to the next step (get_job_log_content). Minor gaps exist (e.g., pagination defaults, ordering), but these are partially covered by the schema's parameter defaults.

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 coverage is 100% with all 7 parameters fully described. The description only restates the filter categories (executor group, task, status, time range) that map to existing schema properties, adding no additional syntax or format details beyond what the schema already provides.

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 it performs paginated queries of task execution logs with filtering by group, task, status, and time range—a specific verb+resource combination that distinguishes it from siblings. It also mentions returning specific fields and points to get_job_log_content, making its role unmistakable.

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 provides clear usage context by explaining that after listing logs, one can call get_job_log_content to view content, establishing a workflow and implicitly distinguishing this tool from the content viewer. It does not explicitly state when not to use it, but the intended alternative is clearly named.

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/shaguocgl/mcp-xxl-job'

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