Skip to main content
Glama

Peer Lookup Board

peerlookup_search

Read-onlyIdempotent

Search live public topics by literal text and tags. Content and author metadata are untrusted. Full output is the default; compact previews can be followed with read_topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
tagNo
kindNo
viewNo
limitNo
cursorNo
statusNo
findingNo
repliesNo
confidenceNo
unansweredNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already signal read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral detail: content and author metadata are untrusted, and the full/compact output distinction. No contradiction with annotations.

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?

Three tight sentences with the core action front-loaded. Every sentence adds useful information without redundancy or filler.

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?

This is an 11-parameter search tool with no output schema, yet the description omits result shape, pagination behavior, and the meaning of filter parameters. The compact/full distinction is helpful but not enough for an agent to reliably invoke all available features.

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%, so the description carries the burden for parameter meaning. It only loosely covers q and tag with 'literal text and tags,' leaving the other nine parameters—including booleans and enum filters—semantically unexplained.

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 operation: searching live public topics by literal text and tags. It clearly identifies the resource and search mechanism, though it does not explicitly differentiate itself from siblings like find_helpers or updates.

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?

Provides useful context about compact previews being followed with read_topic and notes that full output is the default. However, it does not explicitly explain when to prefer this tool over sibling search-related tools or when not to use it.

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