Skip to main content
Glama
godrix

@godrix/argocd-mcp

by godrix

get-application-pod-logs

Fetch application pod logs with buffered tail, supporting filters by pod name, namespace, container, line count, time range, or content.

Instructions

Get pod logs for an application (buffered tail, no streaming). Specify podName or use filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesApplication name
filterNoLog content filter
podNameNoPod name
profileNoEnvironment profile. Available: default. Default: default
containerNoContainer name
namespaceNoPod namespace
tailLinesNoNumber of log lines (default 200)
sinceSecondsNoLogs since N seconds ago
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the buffered/non-streaming behavior, but omits details on authentication, rate limits, or what happens when no logs are found. The disclosure is minimal.

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 sentences, first states purpose and key behavior, second provides usage hint. Every word adds value; no wasted text.

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 log retrieval tool with no output schema, the description covers purpose, behavior, and parameter grouping. It could mention the return format (lines of text) but the tool name and common conventions make it reasonably complete.

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?

All 8 parameters have schema descriptions (100% coverage). The description adds a grouping hint ('Specify podName or use filters') but does not elaborate on parameter interactions or constraints beyond the schema.

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 action (get pod logs), the resource (for an application), and key behavioral detail (buffered tail, no streaming). This distinguishes it from sibling tools like get-application or refresh-application.

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

Usage Guidelines3/5

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

The description hints at usage with 'Specify podName or use filters' but does not explicitly state when to prefer this tool versus alternatives, nor provide scenarios or exclusions.

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/godrix/mcp-argocd'

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