Skip to main content
Glama
xiaoq-in

xiaoflow mcp server

List Domain Keywords

list_domain_keywords
Read-onlyIdempotent

Retrieve paginated keyword lists for any domain with filters for brand, language, location, and page size.

Instructions

Paginated keyword list for a domain. GET /api/v1/websites/:domain/keywords?brand=0|1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based result page number.
brandYesSet to 0 for domain data or 1 for brand-focused data.
domainYesNormalized domain name without a path, for example example.com.
languageNoGoogle Ads language ID or language code, for example 1000 or en.
locationNoGoogle Ads geo target ID or ISO country code, for example 2840 or US.
page_sizeNoNumber of results per page; maximum 1,000.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoDomain metrics, trends, or keyword records.
pageNoCurrent one-based page.
errorNoHuman-readable error when success is false.
totalNoTotal matching domain keywords.
domainNoNormalized domain name.
successYesWhether the request completed successfully.
has_moreNoWhether another page is available.
Behavior3/5

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

The description adds pagination and the GET method, which aligns with readOnlyHint. However, beyond this, it does not disclose additional behavioral traits such as result ordering or rate limits.

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 plus endpoint, front-loading the main purpose with no unnecessary words.

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 annotations, 100% schema coverage, and presence of output schema, the description is sufficiently complete for a paginated list tool, though it could briefly mention filtering options.

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%, so the description does not need to add parameter details. It only provides a hint about the brand parameter via the endpoint string, which is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns a paginated keyword list for a domain, and includes the endpoint. However, it does not explicitly differentiate from sibling tools like get_keyword_details or discover_keywords.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for listing domain keywords, but provides no when-to-use or when-not-to-use guidance, nor mentions 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/xiaoq-in/xiaoflow-mcp'

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