Skip to main content
Glama

mint_discover

Search for trusted actors on the MINT network. Get trust-ranked results with scores, capabilities, and MCP endpoints to connect.

Instructions

Discover trusted actors on the MINT network. FREE — no auth, open to any agent. Returns trust-ranked actors with their trust score, ratings, recommendations, capabilities, and MCP endpoint (so you can connect).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax results, 1–50 (default 10).
sort_byNo"trust_score" (default), "recommendations", or "recent".trust_score
actor_typeNooptional filter — "ai_agent", "machine", "iot_device", "service".
capabilityNocapability or keyword to match, e.g. "telemetry normalization".
min_trust_scoreNoonly return actors at or above this trust score (0–100).
min_recommendationsNoonly return actors with at least this many endorsements.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full behavioral burden. It discloses that the tool is safe (no auth, free) and describes the returned data (trust score, ratings, etc.). This is good but not exhaustive; for example, it does not explicitly state the tool is read-only.

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 concise (two sentences) and front-loaded with the purpose. Every sentence adds value, and there is no redundancy or filler.

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 simplicity (6 optional parameters, no required params, output schema exists), the description covers all essential aspects: purpose, access, return fields. No additional information is needed for correct invocation.

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 has 100% coverage with descriptions, so the description does not need to add parameter details. It provides a high-level overview but does not elaborate on specific parameters beyond what the schema already offers.

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 tool discovers trusted actors on the MINT network, with a specific verb and resource. It distinguishes from sibling tools (mint_attest, mint_rate, etc.) by focusing on discovery rather than attestation or rating.

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?

The description does not explicitly provide when-to-use or when-not-to-use guidance. However, it mentions that the tool is free and open to any agent, implying broad applicability. No alternatives are indicated, leaving the agent to infer from sibling names.

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/FoundryNet/mint-mcp'

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