Skip to main content
Glama

Get Team Insight Summary Tool

get-team-insight-summary-tool
Read-onlyIdempotent

Get an aggregate summary of active insights for the authenticated user's team, including counts per tab, unseen count, and personal insight count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations declare readOnlyHint=true and idempotentHint=true, so the safety profile is already conveyed. The description adds scope ('authenticated user's team', 'active insights') which tells the agent the data is implicitly scoped with no parameters. Beyond that it doesn't disclose return format, freshness, or how 'active' is defined, so it's adequate but not rich.

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

Conciseness4/5

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

A single well-formed sentence that front-loads the resource ('aggregate summary of active insights') and then lists the components of the summary. No wasted words, no redundancy. Slightly dense with the final enumeration, but appropriate for the scope.

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?

For a parameterless read tool with annotations covering safety, the description covers the essentials. However, with no output schema the description must at least gesture at the return shape, and it does ('counts per tab', 'unseen count', 'personal insight count') which is reasonable. What's missing is any differentiation from sibling insight/team summary tools, which matters given the crowded namespace.

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

Parameters4/5

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

There are zero parameters, so there is nothing for the description to document or for the schema to under-cover. Baseline is 4 for a no-param tool. The description correctly indicates the implicit scoping (authenticated user's team) which is the only relevant semantic here.

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?

States a specific verb+resource: aggregate summary of active insights scoped to the authenticated user's team, and enumerates what it returns (counts per tab, unseen count, personal insight count). It's clear what the tool does, but it never distinguishes itself from close siblings like get-my-insights-tool or get-team-overview-tool.

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?

There is no when-to-use guidance, no exclusions, and no reference to alternatives. With siblings such as get-my-insights-tool and get-team-overview-tool that plausibly overlap, the agent is left to guess which tool to invoke. The description only implies context ('team', 'insights') without routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources