Skip to main content
Glama

Get insights summary

n8n_insights_summary
Read-onlyIdempotent

Retrieve n8n community instance insights summary for a specified date range.

Instructions

Get the official n8n insights summary when the Community instance supports it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNo
startDateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
redactedYes
untrustedYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds no new behavioral details beyond 'official' and the condition. It does not contradict annotations, so a score of 3 is appropriate.

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?

The description is a single sentence with no unnecessary words. It is front-loaded with the action and resource, and every word serves a purpose.

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 presence of an output schema and thorough annotations, the description is minimally complete. However, it omits details about what the summary contains or how the date parameters affect results, leaving some ambiguity. Score 3 for adequate but not fully comprehensive.

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 0%, and the description provides no information about the startDate and endDate parameters. This is a significant gap, as the agent must infer their role from context alone. A score of 2 reflects the minimal contribution.

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 clearly states the verb 'Get' and the resource 'official n8n insights summary', which distinguishes it from sibling tools. The added condition 'when the Community instance supports it' provides scope but could specify the type of insights more precisely.

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 implies usage when the Community instance supports insights, but does not compare with alternatives or specify when not to use it. The condition is a basic guideline, but no explicit when-to-use or when-not-to-use advice is given.

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/drzamarian/n8n-mcp-community'

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