Agentcy - Your AI Marketing Agent
Server Details
A managed AI marketing agent that plugs into all your AI tools. Ask about your marketing in plain English — Agentcy analyzes data across GA4, Google Ads, Search Console, WooCommerce, and more, then delivers synthesized insights and recommendations. Not a data dump. Not a dashboard. An agent that thinks.
Sign up at goagentcy.com to configure your domains and data sources. Free plan includes 50 requests/month — paid plans start at $29/mo.
- 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.
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.
Tool Definition Quality
Average 4.5/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: get_current_date for time info, list_sources for discovering data sources, marketing_data for querying marketing analytics, and research for general topic research. No overlap in functionality.
Most tools use a verb_noun pattern (get_current_date, list_sources), but marketing_data is a noun phrase without a verb, slightly breaking consistency. Overall still readable and predictable.
With 4 tools for a marketing agent, the count is well-scoped. Each tool serves a specific and necessary function without unnecessary bloat or missing essentials.
The tools cover data discovery, date context, marketing analytics, and research comprehensively. Missing are actionable tools (e.g., create campaigns), but the set is complete for data querying purposes.
Available Tools
4 toolsget_current_dateARead-onlyIdempotentInspect
Get the current date, day of week, and timezone. Useful for constructing date ranges.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover key behavioral traits (read-only, non-destructive, idempotent, closed-world), but the description adds useful context about the output format ('date, day of week, and timezone') and its application ('constructing date ranges'), enhancing understanding beyond annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose in the first sentence and adds a brief, relevant usage note in the second. Both sentences earn their place by providing essential information without waste, making it highly efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (0 parameters, no output schema) and rich annotations, the description is mostly complete, covering purpose and usage. However, it could slightly improve by hinting at the return format or error cases, though this is minor given the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0 parameters and 100% schema description coverage, the baseline is high. The description appropriately does not discuss parameters, as none exist, and instead focuses on the tool's output and utility, adding value without redundancy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Get') and resources ('current date, day of week, and timezone'), making the purpose explicit. It distinguishes itself from sibling tools like 'list_sources' or 'marketing_data' by focusing on date/time retrieval rather than data listing or analysis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for usage ('Useful for constructing date ranges'), indicating when to use this tool. However, it does not explicitly state when not to use it or name alternatives among sibling tools, which prevents a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_sourcesARead-onlyIdempotentInspect
List available data sources and configured domains. Call this to discover which services and domains are available before querying. If exactly one domain exists, use it automatically without asking.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain to list sources for. If omitted, lists all configured sources. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint, idempotentHint, and destructiveHint. The description adds behavioral context beyond annotations: it explains the tool lists sources and configured domains, and includes the automatic behavior with single domain. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two clear sentences. The first sentence states the purpose, and the second provides usage guidelines. No superfluous words; every sentence earns its place. Front-loaded with purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description should help the agent understand the return format. It says 'list available data sources and configured domains,' which implies a list, but does not specify details like structure or field names. However, the tool is simple and the guidance on automatic behavior completes the context. Slightly lacking in return detail, but overall sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one optional parameter 'domain' with a description. The description does not add any additional meaning or examples beyond what the schema provides. With 100% schema description coverage, baseline is 3; no extra value is added.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists available data sources and configured domains, with a specific verb and resource. It also provides usage context by saying 'call this to discover services and domains before querying,' distinguishing it from unrelated siblings like get_current_date, marketing_data, and research.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent to use this tool before querying to discover services and domains. It also provides a rule: if exactly one domain exists, use it automatically without asking. This is clear, actionable guidance for when and how to use the tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketing_dataARead-onlyIdempotentInspect
Query marketing data and analyze any website — analytics, SEO, advertising, e-commerce, CRM, social media, site health & brand identity, competitive intelligence, content creation, and data visualization. Always use a single call, even when the question spans multiple data sources or channels (e.g., GA4 + Google Search Console + Google Ads + CRM). The server auto-routes internally to all needed sources and returns a combined response with the same depth and granularity as individual queries — do NOT split multi-source or multi-channel questions into separate calls.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain to query (e.g., 'example.com'). Required for analytics, ads, search, CRM, and e-commerce queries. Not needed for image generation or data visualization. If no domain is established in context, call list_sources first — if multiple domains exist, ask the user which one. | |
| request | Yes | Natural language question. Include everything you need in one question — all channels, metrics, date ranges, and data sources. For example, "Give me website traffic from GA4, organic search performance from GSC, and paid search results from Google Ads for March 2026" is a single valid request. Never break a multi-part question into separate calls. | |
| end_date | No | End date: YYYY-MM-DD or relative ('today', 'yesterday'). Defaults to yesterday. | |
| start_date | No | Start date: YYYY-MM-DD or relative ('30daysAgo'). Defaults to 30 days ago. | |
| format_hint | No | Optional — leave unset for almost all requests. The default synthesized answer is the correct, recommended output for anything a person will read. Only set this when the output will be parsed by software rather than read by a human (e.g. a chart, dashboard, or artifact needs structured data), never for a conversational answer. Example: "Return only valid JSON, no prose." Requesting JSON for a normal answer produces worse, more verbose results. | |
| source_hints | No | Preferred data sources. If omitted, server auto-selects via semantic routing. | |
| reference_images | No | URLs of reference images (logos, product photos, style references) for image generation |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds behavioral insight: the server auto-routes internally to all needed sources and returns a combined response with same granularity as individual queries. This goes beyond annotations and helps the agent understand internal routing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with purpose and key instructions, but contains some redundancy (e.g., the single-call rule is mentioned twice). However, it is well-structured with clear sections for each parameter. A small reduction in repetition would make it more concise, but overall it is efficient for the amount of information conveyed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (7 parameters, no output schema, multiple data sources), the description addresses usage guidelines, parameter details, and edge cases (e.g., missing domain). It does not explain return format, but annotations and the 'combined response' hint partly compensate. Overall, it provides sufficient context for an AI agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage, so baseline is 3. However, the description significantly augments each parameter with practical usage details: domain includes when required and fallback advice, request emphasizes including everything in one question, dates include defaults and relative formats, format_hint explains when to set vs leave unset, source_hints describes auto-selection, and reference_images clarifies usage. This adds substantial meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to query marketing data and analyze websites across multiple domains including analytics, SEO, advertising, etc. It distinguishes itself from siblings by emphasizing that a single call covers multiple data sources, and it contrasts with list_sources and research which have different scopes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit guidelines are provided: always use a single call, do not split multi-source questions, call list_sources first if no domain is established, and ask the user when ambiguous. It also warns against setting format_hint for normal answers. These clearly indicate when and how to use the tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
researchARead-onlyIdempotentInspect
Research any topic — search Google, Bing, YouTube, X/Twitter, Amazon, Yelp, Google Trends, news, and 100+ more engines. Read webpages, extract video transcripts, find reviews, track competitors. Works without a domain.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain for context (e.g., 'example.com'). Helps focus competitor research. Not required for general queries. | |
| request | Yes | Natural language research question |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds valuable behavioral context: it searches multiple engines, reads webpages, extracts transcripts, etc., which aligns with these hints and provides further transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences that front-load the purpose and cover major capabilities. No redundant words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 2 params and no output schema, the description fully explains the tool's broad capability (100+ engines, specific actions). It notes that a domain is optional and it works without one, covering the parameter context well.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline 3 is appropriate. The description repeats the idea of 'domain' being optional and 'request' being a natural language query, but does not add new meaning beyond the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool performs research across many engines (Google, Bing, YouTube, etc.) and specific actions (read webpages, extract transcripts). It distinguishes from siblings like get_current_date and marketing_data which have narrower scopes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly covers a wide range of use cases ('any topic', competitor research) but does not explicitly state when not to use this tool or compare to siblings. However, the context of sibling tools implies that for specific tasks, other tools would be more appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!