Skip to main content
Glama
studiomeyer-io

meetmyagent-mcp

mma_search

Search the MeetMyAgent marketplace with category and facet filters, natural-language queries, and geo radius. Retrieve paginated results using cursors for efficient browsing.

Instructions

Structured marketplace search: a category + facet filters, an optional natural-language q, and an optional geo radius. Cursor-paginated (pass cursor back until null). Call mma_describe_catalog first so your filters use real facet keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOptional natural-language query (semantic ranking).
sortNo
limitNo
cursorNo
filtersNoStructured facet filters.
categoryNoCategory slug.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPagination info.
itemsYes
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior, and it does disclose cursor pagination semantics and the need to use real facet keys. However, it mentions an 'optional geo radius' without exposing a matching schema parameter, which could mislead an agent; it also does not explicitly state that search is read-only or safe to execute.

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 compact, front-loaded with the core purpose, and every sentence earns its place. No filler or redundant restatement of the tool name.

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 6-parameter search tool with no annotations and a 50% schema description coverage, the description provides the main search model, pagination approach, and prerequisite setup. It is almost complete, but the unresolved 'geo radius' mention and unanswered sort/limit behavior leave some gaps.

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

Parameters4/5

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

The description goes beyond the schema by clarifying that q is natural-language with semantic ranking, filters are structured facet filters, and that cursor should be passed back until null. It also tells the agent to use mma_describe_catalog for valid facet keys, which adds practical meaning to the filters parameter. However, sort and limit are left to the schema/enum, and the 'geo radius' is not mapped to any parameter.

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 identifies a structured marketplace search with category, facet filters, natural-language query, and geo radius. It also suggests a prerequisite catalog call (mma_describe_catalog), which distinguishes it from lookup/get siblings like mma_get_listing and mma_get_provider.

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?

It gives explicit usage guidance: call mma_describe_catalog first to obtain real facet keys, and pass cursor back until null for pagination. It does not explicitly contrast with siblings, but the search-vs-specific-lookup distinction is strongly implied.

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/studiomeyer-io/meetmyagent-mcp'

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