Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_list_request_logs

Read-onlyIdempotent

Retrieve the history of your API requests across all your API keys in the active environment, with filters for method, status, path, and time range.

Instructions

Returns the history of public API requests made by you, with any of your API keys in this environment — not only the key you are authenticating with. The axis is the person, not the individual credential: a second key of yours sees the same history, and narrowing it to one key is a filter (api_key_id), not the default.

It is still not the account's traffic: requests made by other users of the same account, or by their API keys, are never returned. The {account_id} in the path authorizes the call; it does not widen what you can see.

Only auth_type=API_KEY traffic is recorded.

Environment is not a filter: results are always scoped to the environment of the credential you authenticate with — a beel_sk_test_* key sees the test traffic of all your test keys, a beel_sk_live_* key the live traffic of all your live ones. To see the other environment, use a key from that environment.

Cursor pagination: navigate with the opaque cursor returned in next_cursor / prev_cursor; there is no jump to an arbitrary page N. The window defaults to the last 30 days; narrow or move it with from/to.

Endpoint: GET /v1/accounts/{account_id}/request-logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoUpper bound of the time range (inclusive). Defaults to now.
fromNoLower bound of the time range (inclusive). Defaults to 30 days ago.
limitNo
cursorNoOpaque cursor returned by a previous response (next_cursor / prev_cursor).
methodNoFilter by HTTP method.
account_idYesAccount the call is authorized against. It does not widen the result set.
api_key_idNoNarrow the result to one of your API keys. Any key of yours in this environment is accepted, not just the one you authenticate with; a key belonging to someone else simply yields no results.
http_statusNoFilter by an exact HTTP status code.
only_errorsNoIf true, only requests with status >= 400.
path_containsNoFilter by path substring (case-insensitive).
Behavior5/5

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

Annotations already cover readOnlyHint and idempotentHint, so the description need not repeat them. It adds valuable behavioral context: only auth_type=API_KEY traffic is recorded, cursor pagination behavior, default 30-day window, and the subtle point that account_id does not widen the result set. No contradiction with annotations; the description deepens understanding of the tool's semantics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long (four paragraphs) but each section adds essential information: scope, exclusions, environment, pagination, and endpoint. It front-loads the primary purpose and uses bold for key constraints. While verbose, it avoids redundancy and is well-organized into logical blocks. Slightly longer than ideal but effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters and complex filtering behavior, the description covers all necessary contextual elements: the exact scope, environment handling, auth_type restriction, pagination mechanism, default time window, and the role of account_id. It also mentions the expected response cursors (next_cursor/prev_cursor) despite lacking an output schema. No critical gaps exist for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is high (90%), but the description adds significant meaning to parameters: api_key_id can be any of your keys in the environment (not just the authenticating one), account_id is authorization only and does not widen scope, and cursor is opaque with directional navigation. It clarifies defaults for from/to and the meaning of only_errors (status >= 400), going beyond the schema's basic descriptions.

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 exact resource and scope: 'Returns the history of public API requests made by you, with any of your API keys in this environment.' It differentiates from the sibling beel_get_request_log by being a list operation and clarifies the person-centric axis. The purpose is unambiguous and specific.

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 states what it does (lists your API request history) and what it does not do (does not return other users' traffic, does not widen scope via account_id). It gives practical guidance for environment switching ('use a key from that environment') and clarifies that api_key_id is a filter, not default. This fully informs an agent when to select this tool.

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/beel-es/beel-mcp'

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