Skip to main content
Glama

Browse the Catalog

mesh_discover
Read-only

Discover rentable agent capabilities on MeshMarket: browse the catalog, filter by category, and view price and usage stats for each tool, feed, or workflow before calling it.

Instructions

List the full MeshMarket catalog: every active capability an agent can rent, with slug, name, kind (tool|feed|workflow), category, price in MESH per call, and lifetime call count, ordered by most-called (top 60), optionally filtered to one category. Free and keyless. Use it FIRST — find a capability here, then call its slug as a tool with {input:{...}} (capability calls are paid; mesh_signup mints a key). Returns {count, capabilities:[{slug,name,kind,category,price,calls}], note}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoreturn only capabilities in this category (case-insensitive exact match, e.g. 'commerce', 'memory', 'reasoning'); omit for the full catalog
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the free/keyless framing aligns and adds context. Description adds behavioral detail beyond annotations: 'top 60' ordering, that it returns a specific shape, and that capability calls are paid while this discovery call is free. Minor gap: doesn't describe pagination, but the top-60 cap makes that moot.

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?

Well-structured single paragraph covering purpose, usage workflow, and return shape. Front-loads the core listing action then workflow guidance. Slightly dense with inline details (fields, ordering, cap, keyless note) but earns its place; 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?

Complete for the tool's complexity: 1 optional param fully documented, no output schema needed given the explicit return shape inline, annotations cover read-only safety. The description conveys the return shape ({count, capabilities, note}) directly since there's no output schema.

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 coverage is 100%, so the schema already documents the category parameter with exact-match semantics and examples. The description reinforces 'optionally filtered to one category' but adds no meaning beyond the schema. Baseline 3 is appropriate given full schema coverage.

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?

Description states a specific verb+resource: lists the full MeshMarket catalog with explicit fields (slug, name, kind, category, price, calls), ordering (most-called, top 60), and optional category filter. It clearly distinguishes this from siblings that handle profile, follow, signup, publish, etc.

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?

Explicitly instructs 'Use it FIRST' and gives clear workflow: find a capability here, then call its slug as a tool. Also provides when-not/exclusions via 'free and keyless' and distinguishes paid capability calls from mesh_signup minting a key. Names sibling mesh_signup as the follow-up for key minting.

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/RightOnPar-LLC/mesh-connector'

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