Skip to main content
Glama
Sedation6612

glp1forum-mcp

by Sedation6612

search_forum

Read-only

Full-text search glp1forum.com using AND-matched keywords. Apply granular filters like section, date, replies, and author to pinpoint relevant forum content.

Instructions

Full-text search glp1forum.com with granular XenForo filters. Multi-word keywords are AND-matched (all terms must appear). Category/parent nodes (e.g. 45 Vendor Connection) return nothing unless includeChildNodes: true. A rate-limit error means wait ~60s before retrying. Result has truncated: true when more result pages exist than were fetched — re-search with a higher maxPages (max 3) to get the rest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
nodesNoSection IDs from list_forums. Never guess one — a wrong ID silently returns 0 rows instead of erroring.
orderNoOmit for relevance. "date" (newest first) for any current / latest / in-stock question. "replies" (most-discussed) for reputation, consensus, or what-are-people-saying questions.
authorNoRarely worth setting.
keywordsYesAND-matched: every word must appear. Start with one or two broad terms; if you get 0 hits, drop a term, never add one.
maxPagesNoClamped 1-3. A result with truncated:true has more pages — re-search with a higher maxPages.
newerThanNoYYYY-MM-DD. Only to hard-exclude stale rows — order:"date" alone usually suffices, so don't agonize over a cutoff.
olderThanNoYYYY-MM-DD. Only to hard-exclude rows newer than a cutoff.
minRepliesNoRarely worth setting.
searchTypeNoOmit (= "post") so a keyword buried in a reply still matches. "thread" matches only titles/opening posts.
titlesOnlyNoRarely worth setting.
groupByThreadNotrue collapses results to one row per thread. Omitting searchType plus groupByThread:true is the discovery default.
includeChildNodesNoSet true when nodes names a parent/category section: those hold no posts of their own and return 0 rows if searched alone.
Behavior5/5

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

The description discloses behaviors beyond annotations: rate-limiting with a recommended wait, silent failure when using a wrong node ID (returns 0 rows), and the truncated flag indicating incomplete results. These details are critical for an agent to invoke the tool correctly. Annotations only provide readOnlyHint=true, which is consistent with the read-only search operation.

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?

The description is well-structured but somewhat verbose, containing multiple sentences that each provide distinct value. It could be slightly more concise by grouping related guidelines, but it remains clear and front-loaded with essential information. No wasted sentences.

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

Completeness5/5

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

Given the tool's complexity (13 parameters, no output schema), the description is remarkably complete. It covers rate-limit handling, the truncated field in results, and common pitfalls like wrong node IDs. It also provides best practices for keyword usage and ordering. No output schema exists, so the description's coverage of result behavior compensates well.

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

Parameters5/5

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

Despite high schema coverage (92%), the description adds substantial meaning beyond the schema. For example, it explains the AND-matching logic for keywords, the behavior of nodes with includeChildNodes, and the semantics of order values ('date' for latest, 'replies' for most-discussed). It also clarifies when to omit parameters (e.g., order for relevance). This adds value for agent comprehension.

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?

The description clearly states 'Full-text search glp1forum.com with granular XenForo filters', specifying the domain and type of search. This verb+resource combination is distinct from sibling tools like get_thread or list_forums, which are for retrieval or listing, not full-text search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: it explains AND-matching for keywords, the need for includeChildNodes when searching category nodes, rate-limit retry behavior, and handling truncated results. It also advises on using the order parameter for different query types, such as 'date' for current topics and 'replies' for consensus. While it doesn't explicitly exclude sibling tools, the context is sufficient given their distinct purposes.

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/Sedation6612/glp1forum-mcp'

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