Skip to main content
Glama

Detect GTM Tech Stack

detect_gtm_tech_stack
Read-onlyIdempotent

Analyze a company's public website to detect CRM, sequencer, and marketing automation tools. Returns boolean flags for each tool as a flat JSON row, ready for Clay integrations.

Instructions

Detect which GTM tools a company uses from its public website. Returns CRM, sequencer, and marketing automation signals with per-tool boolean flags as a flat, Clay-ready JSON row. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesBare company domain, e.g. stripe.com
crawl_additional_pagesNoCrawl up to 2 extra pages for better coverage. Defaults to true when omitted.
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds valuable context: the need for an APIFY_TOKEN, credit consumption, and the output structure. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose, followed by output format and usage constraints. Every sentence adds value without redundancy.

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 (2 parameters, simple output), the description provides all necessary context: what it does, input requirements, output format, and side effects (credit consumption). No output schema exists, but the description adequately specifies the return value.

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

Parameters5/5

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

Schema description coverage is 100%, but the description adds further context: for 'crawl_additional_pages', it explains the behavior (crawl up to 2 extra pages) and default value (true). For 'domain', it specifies the format (bare domain, e.g., stripe.com). This meaningfully supplements the schema.

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 verb 'Detect' and the resource 'GTM tools from a company's public website', and specifies the output format (flat, Clay-ready JSON row with boolean flags). This distinguishes it from sibling tools like 'aggregate_gtm_signals'.

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 provides clear context: it is read-only, requires an APIFY_TOKEN, and consumes credits. It implies when to use (to detect GTM stack from a website). However, it does not explicitly state when not to use or provide alternatives.

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/mambalabsdev/mcp-gtm-suite'

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