Skip to main content
Glama
nabhat

sfcc-logs-mcp

by nabhat

get_job_log_entries

Retrieve trailing log entries from an SFCC job log, optionally filtered by severity level. Use it to monitor job execution or debug issues.

Instructions

Retrieve trailing log entries inside a specific job log, optionally filtered by severity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoOptional log level filter (ERROR, WARN, INFO, DEBUG, or "all"). Defaults to "all".all
limitNoMaximum trailing lines to retrieve. Defaults to 10.
jobNameNoThe optional Job ID/name to target. If omitted, targets the newest active job log.
Behavior2/5

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

The description mentions 'trailing' but does not clarify ordering (chronological?), the starting point from the end of the log, or pagination behavior. It also doesn't explicitly state that omitting jobName targets the newest active job log (this detail is only in the parameter schema). No annotations are present to supplement.

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?

Single sentence that is front-loaded with the core action and resource. Every word contributes meaning; no filler or redundancy.

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

Completeness3/5

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

Given the tool's simplicity (3 optional params, no output schema), the description provides adequate core functionality but lacks context about result ordering and how to differentiate from sibling tools like search_job_logs or get_latest_error. Could be more complete for disambiguation.

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 baseline is 3. The description adds the notion of 'filtered by severity' which aligns with the level parameter but does not add substantial meaning beyond the schema. The 'trailing' aspect is partially reflected in the limit parameter description.

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 verb 'retrieve' and resource 'trailing log entries inside a specific job log', with optional filtering by severity. It distinguishes from siblings like search_job_logs (which likely searches more broadly) and get_latest_error (which returns a single entry).

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as search_job_logs for cross-log search or get_latest_error for a single error. The description does not specify prerequisites or contexts where this tool is preferred.

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/nabhat/sfcc-logs-mcp'

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