Skip to main content
Glama

CryptoSocials

search_authors

Read-only

Find readable author candidates by platform user ID, handle prefix or stored profile display name. Returns canonical IDs for author filtering; name matches may be historical.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
cursorNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. Description adds genuine value: name matches may be historical, and returns canonical IDs for filtering purposes. 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?

Two tight sentences with purpose front-loaded in the first. The second sentence adds return-purpose and a historical-match caveat. Zero filler words; every clause earns its place.

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?

Complete for a read-only search tool: covers search criteria, return purpose, and caveats. No output schema exists, so per rules return values needn't be detailed. Minor gap is lack of explicit pagination/limit behavior, but schema defaults cover it.

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?

Schema description coverage is 0%, so the description must compensate. It does explain the query parameter's accepted formats (user ID, handle prefix, display name), which is valuable. However, limit and cursor pagination semantics are not addressed, and the description never names the parameters explicitly.

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?

Clear verb ('Find') + resource ('readable author candidates') + search criteria (platform user ID, handle prefix, stored display name). Distinguishes itself from get_author (fetch specific) by signaling discovery/filtering intent.

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?

Description implies usage context — search to obtain canonical IDs for filtering — but never explicitly contrasts with siblings like get_author or search_posts. No when-not-to-use guidance is provided.

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