Skip to main content
Glama

pino_logger_config

Generate a Pino logger configuration with serializers, redaction, and transport targets to route logs to stdout, file, Datadog, or Loki.

Instructions

Generate a Pino logger configuration with serializers, redaction, and transport targets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoinfo
api_keyNoAPI key for authentication
targetsNo
redact_pathsNo
pretty_print_devNo
Behavior2/5

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

No annotations are provided, so the description must carry the behavioral burden. It only restates that a configuration is generated without disclosing return format, side effects, whether api_key is needed for remote targets, or how the output is delivered. This is a significant gap for a configuration-generation tool.

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

Conciseness3/5

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

The description is a single, front-loaded sentence with no fluff. However, it is under-specified given the tool's 5 optional parameters and absent annotations; conciseness becomes under-informativeness rather than efficient communication.

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

Completeness2/5

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

With no output schema, no annotations, and only 20% schema parameter coverage, the one-line description leaves the agent without enough context to invoke the tool confidently. It does not explain output format, when optional parameters matter, or the role of api_key, making the definition incomplete for this complexity level.

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

Parameters2/5

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

Schema description coverage is only 20% with just a generic 'API key for authentication' for api_key. The description mentions 'redaction' and 'transport targets', loosely mapping to redact_paths and targets, but does not explain parameter relationships, defaults, or when api_key is required (e.g., for datadog/loki targets). It does not compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Generate') and identifies the resource ('Pino logger configuration'), with three config aspects named. It distinguishes itself from sibling tools like pino_http_middleware and pino_transport_pipeline, though mentioning 'serializers' has no corresponding input-schema property, creating slight ambiguity.

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. With sibling tools like pino_http_middleware, pino_transport_pipeline, and winston_logger_config, the description gives no conditions, exclusions, or routing hints, leaving selection to the agent's inference.

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/barnburner121/claude-plugin-marketplace'

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