Skip to main content
Glama
trusterinfo

mcp-server-truster

Official
by trusterinfo

search_domains

Query domains by name prefix to obtain trust scores and review counts from truster.info.

Instructions

Search domains on truster.info by name prefix; returns trust score and review count for matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDomain name or prefix
Behavior3/5

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

With no annotations, the description must carry the behavioral disclosure burden. It states that the tool returns trust score and review count for matches, which implies a read-only search operation. However, it does not discuss prerequisites, rate limits, exact match semantics, or what happens with no matches. Basic behavior is covered, but richer context is missing.

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, front-loaded sentence that efficiently states the action, target, matching method, and return values. Every word earns its place; there is no redundancy or filler.

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?

For a tool with one parameter and no output schema, the description adequately covers the core aspects: what it searches, how it matches, and what it returns. It mentions trust score and review count, which is sufficient for an agent to understand the tool's purpose. It lacks details on result formatting or edge cases, but these are minor for a simple search tool.

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?

The input schema describes the sole parameter 'query' as 'Domain name or prefix', providing 100% coverage. The description adds the phrase 'by name prefix', which aligns with the schema but does not introduce additional meaning. Given the schema already documents the parameter, the baseline score of 3 is appropriate.

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 the action ('Search domains'), the resource (truster.info), and the scope ('by name prefix'), which distinguishes it from siblings like lookup_domain (likely exact match) and post_review (likely writing reviews). It also specifies the return values, making the purpose specific and unambiguous.

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

Usage Guidelines4/5

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

The description provides clear context for use: searching by prefix on truster.info. It does not explicitly mention alternatives or exclusions, but the sibling tool names imply a contrast with exact lookup and review posting. The prefix-searching condition gives enough guidance for when to choose this tool.

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/trusterinfo/mcp-server-truster'

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