Skip to main content
Glama

Журнал бота

bots_journal
Read-onlyIdempotent

Retrieve a bot's recent activity log showing runs, updates, model responses, waits, and errors. Filter by kind or level to pinpoint why a bot is silent.

Instructions

Что делал сам бот: запуски и остановки, входящие обновления, ответы модели и сколько она думала, ожидание ответа по сценарию, отложенные действия, ошибки сценария и отказы платформой. Журнал дела (audit_list) пишет действия людей — этот пишет действия бота, и на вопрос «почему бот молчит» отвечает именно он. Записи идут от свежих к старым; сузить можно видом (kind) и уровнем — level=error оставит одни сбои. Какие виды у этого бота вообще встречались и сколько их, перечислено в конце ответа. Журнал — недавняя история, а не архив: старые записи панель убирает сама.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botYesБот: название, @username или идентификатор.
caseNoДело: название или идентификатор. Если не указать, берётся дело по умолчанию, иначе последнее открытое в панели.
kindNoВиды записей, например ai.error, flow.error, update.in, message.out. Подходит любой из перечисленных.
levelNoinfo — обычные записи, warn — предупреждения, error — сбои.
limitNoСколько записей вернуть, максимум 200. По умолчанию 30.
offsetNoСколько записей пропустить.

Schema Changelog

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

  1. Addedv0.1.14

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already signal readOnly, idempotent, non-destructive behavior. The description adds meaningful behavioral context: entries are returned newest-first, the log is recent history rather than an archive because the panel removes old entries, and the response ends with a summary of encountered kinds and counts. This goes beyond the structured annotations without contradicting them.

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?

Every sentence adds distinct value: scope of entries, differentiation from audit_list, ordering and filtering, response summary, and retention behavior. The text is dense but not bloated, and the most important information is front-loaded.

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?

There is no output schema, but the description partially compensates by explaining ordering, filtering, the kind summary at the end, and the non-archival nature of the log. A more explicit list of per-entry fields would make it fully complete, but the provided context is sufficient for an agent to call the tool and interpret the high-level result.

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 schema already documents all six parameters. The description mentions the kind and level filters, particularly level=error, but does not add new semantic detail beyond what the schema provides. Baseline 3 is appropriate.

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?

Description opens with a concrete statement of what the tool returns: bot actions such as starts/stops, incoming updates, model responses, script errors, and platform refusals. It also explicitly contrasts this with audit_list, making the resource and scope unmistakable and distinguishing it from a sibling tool.

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

Usage Guidelines5/5

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

The description explicitly names audit_list as the log of human actions and states that this journal answers 'why the bot is silent', giving a clear selection condition. It also explains how to narrow results by kind and level, which directly supports correct invocation.

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/uk-kd/operbots-mcp'

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