Skip to main content
Glama

getCommandLog

Review the IOS command history logged by Packet Tracer to audit device configurations and simulations. Filter by device and limit the number of entries to focus on recent or relevant commands.

Instructions

Read the IOS command history logged by Packet Tracer. Optionally filter by device name and cap the number of returned entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum entries to return, newest first. Defaults to 50.
deviceNameNoReturn only entries from this device. Omit to return all devices.
Behavior3/5

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

With no annotations present, the description must carry the behavioral transparency burden. It does state this is a 'Read' operation, implying non-destructive behavior, and mentions optional filtering. However, it does not disclose error behavior, empty-log handling, or whether any state is affected, which matters more in the absence of annotation hints.

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?

Two sentence fragments carry all the necessary purpose and option detail with no fluff. The core action 'Read' appears first, followed by the optional parameters. No redundant wording or repeated schema information is present.

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 simple read-only log tool with only two optional parameters and full schema documentation, the description provides enough context to call the tool correctly. It does not describe the response structure, but no output schema exists and the concept of 'returned entries' in the description gives a basic expectation of a list 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?

The input schema already covers 100% of parameters with descriptions, so the after-mentioned 'filter by device name and cap ... returned entries' adds little beyond what the schema provides. It confirms that both parameters are optional, but the schema already states that with an empty required list and per-parameter 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 opens with a clear verb—'Read'—and identifies an exact resource: 'the IOS command history logged by Packet Tracer.' It is immediately distinguishable from sibling getters like getNetwork, getDeviceInfo, and getPduResults because none of them are described as reading logged command history.

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 context for when to use the tool: whenever the agent needs to inspect simulator IOS command history, optionally filtered by device. It does not explicitly name an alternative or exclusion, but no sibling tool offers the same log-reading capability, so the absence of a comparison does not confuse selection.

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/2001sithum/cisco-pt-mcp'

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