Skip to main content
Glama

Server Details

Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct operation: retrieving a single agency by slug, searching with filters, and a specialized matching engine. No functional overlap exists.

Naming Consistency5/5

All three tool names follow the verb_noun pattern consistently (get_agency, match_agencies, search_agencies), making the surface predictable.

Tool Count5/5

Three tools are perfectly scoped for a directory server: one for direct lookup, one for search, and one for recommendations. No tool feels redundant or missing.

Completeness5/5

The tool set covers the core use cases of an agency directory: finding agencies via search or match, and getting full details. No essential operations are missing for the read-only domain.

Available Tools

3 tools
get_agencyGet an agency profileA
Read-only
Inspect

Fetch a single agency's full profile from Pick an Agency by its slug (the last path segment of its profile URL), including description, location, rating, services, website and a few recent client reviews.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesAgency slug, e.g. 'clients-now-seo-agency-chennai'.
Behavior4/5

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

The description is consistent with annotations (readOnlyHint, openWorldHint). It adds behavioral detail by listing the returned fields (description, location, rating, services, website, recent reviews), which goes beyond the annotations.

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 sentence that succinctly conveys the purpose and key details without unnecessary words. It is well-structured and front-loaded.

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?

Given the tool has 1 parameter, no output schema, and annotations providing readOnly/openWorld hints, the description adequately lists what the response contains. It could mention error cases (e.g., if slug not found), but overall it's sufficient.

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?

Schema coverage is 100% with one parameter 'slug'. The description adds an example ('clients-now-seo-agency-chennai') and explains the slug is the last path segment, adding meaning beyond the schema's minLength constraint.

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 'Fetch a single agency's full profile', which is a specific verb+resource. It distinguishes from sibling tools (match_agencies, search_agencies) by focusing on fetching a single agency by slug, while siblings are likely for finding or matching agencies.

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 explains when to use the tool: when you have a specific slug (the last path segment of the profile URL). It does not explicitly mention when not to use or alternative tools, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

match_agenciesGet matched with fitted agenciesA
Read-only
Inspect

Pick an Agency's matching engine. Given a buyer brief (services needed, location, budget, industry), returns a short ranked shortlist of agencies that best fit — the same logic behind the free 'Get Matched' tool. Use this when someone wants a recommendation, not just a raw search.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoTarget city.
limitNoShortlist size (default 5).
budgetNoMonthly budget, e.g. '$5k-10k' or '5000'.
countryNoTarget country.
industryNoBuyer's industry, e.g. 'E-commerce'.
servicesYesServices the buyer needs, e.g. ['SEO', 'Content Marketing'].
platformsNoAd platforms, e.g. ['Meta Ads', 'Google Ads'].
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds context: the tool implements the same logic as the 'Get Matched' tool and returns a ranked shortlist, which is not stated in annotations. No contradictions.

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?

Two sentences, no wasted words. First sentence states purpose and resource, second gives usage context. Front-loaded with key information.

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?

With no output schema, the description adequately explains the output as a 'short ranked shortlist'. The tool has 7 parameters but only 1 required; description covers the essential inputs. Lacks details on ranking criteria but sufficient for tool selection.

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?

Input schema has 100% description coverage for all 7 parameters. The description mentions key parameters (services, location, budget, industry) but does not add new meaning beyond the schema descriptions. Baseline 3 is appropriate since schema already documents each 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?

Description clearly states the tool uses a matching engine to return a ranked shortlist based on buyer brief, distinguishing it from a raw search. Sibling tools include 'search_agencies', and the description explicitly contrasts with 'not just a raw search', making the purpose unambiguous.

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 states when to use: 'Use this when someone wants a recommendation, not just a raw search.' This provides clear guidance on when to invoke this tool versus siblings like 'search_agencies'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_agenciesSearch marketing agenciesA
Read-only
Inspect

Search Pick an Agency's directory of 47,000+ marketing agencies. Filter by free-text query, service (e.g. SEO, paid ads, social media), country, city, industry, and minimum rating. Returns the top matches with location, rating, reviews and profile link.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoCity, e.g. 'Berlin', 'New York'.
limitNoMax results (default 10).
queryNoFree-text search (agency name, keyword).
countryNoCountry, e.g. 'United States', 'France'.
serviceNoService, e.g. 'SEO', 'Social Media Marketing', 'Paid Advertising'.
industryNoIndustry focus, e.g. 'SaaS', 'Healthcare'.
min_ratingNoMinimum overall rating (0-5).
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so safety and result variability are covered. Description adds specific return fields (location, rating, reviews, profile link) and dataset size (47,000+). No contradictions.

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?

Two efficient sentences: first states purpose and scale, second lists filters and output. No superfluous text, well front-loaded.

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?

Covers dataset size, filter options, and key return fields. Does not explain result ordering, pagination (beyond limit param), or open-world implications (though annotation covers that). Adequate given 7 params and 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 description coverage is 100%; parameters are fully documented. Description lists filter types with examples (e.g., SEO) but adds little new meaning beyond schema. Baseline 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?

Clearly states it searches a directory of 47,000+ marketing agencies with filtering capabilities. The verb 'Search' and resource 'directory' are specific. Distinguishes from siblings like get_agency (single agency retrieval) and match_agencies (likely alternative matching).

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?

Explains when to use: to find agencies by filtering on query, service, location, etc. Implies use case but does not explicitly mention when not to use or provide direct comparison to siblings. Clear context for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources