Skip to main content
Glama

구글 키워드 검색

google_search
Read-only

Google keyword search: return web search results (link, title, snippet) for a keyword. 특정 키워드의 구글 검색 결과(링크·제목·요약)를 조회합니다. page 로 결과 페이지를 넘겨 가며 조회할 수 있습니다. [호출당 5포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo검색 결과 조회 페이지 (기본값 1)
keywordYes검색할 키워드

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds valuable context beyond the annotations: it explicitly states the result fields (link, title, snippet), clarifies pagination behavior, and discloses a cost per call ('5 points'). This goes beyond what the annotations indicate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is concise and front-loaded with the core purpose, followed by a Korean translation and a cost note. The bilingual redundancy is somewhat unnecessary for an AI agent but not wasteful. The essential information is present in a compact form.

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 relatively simple tool with no output schema, the description covers the key aspects: what it returns (link, title, snippet), pagination support, and cost. It does not mention error handling or rate limits, but given the low complexity and presence of annotations, the description is adequately complete for a search operation.

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?

The input schema already provides descriptions for both parameters (keyword and page), so the schema coverage is 100%. The description only reiterates that 'page' is used to navigate results, which is also in the schema. The description adds no new parameter semantics beyond the schema's own documentation.

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 ('return') and resource ('web search results') with specific output fields (link, title, snippet). It is distinguished from sibling search tools like google_image_search and google_lens_search by explicitly mentioning 'keyword' and 'web search results', which differentiates it from image-based searches.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives such as google_image_search or google_lens_search. It only mentions pagination usage, which is a how-to detail, not a selection criterion. There is no explicit 'use this for text searches' or 'do not use for images' statement.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: YouTube has crawl and download; Google has three separate search modes; URL tools cover HTML fetching, screenshots, and similarity; and network tools are all unique lookups. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency3/5

The naming is generally readable but mixes conventions: some use verb_noun (crawl_youtube, reverse_ip), others use noun_noun with brand prefixes (google_search, url_screenshot), and a few are single conventional words (location, whois, nslookup). While not chaotic, there is no uniform verb_noun pattern across the set.

Tool Count5/5

With 13 tools, the server is well-scoped for a web research/investigation toolkit. Each tool covers a distinct aspect of web data collection and DNS/IP analysis, and none feel redundant or unnecessary.

Completeness5/5

The toolkit provides comprehensive coverage for web research: searching (web, image, reverse image), YouTube data collection, URL content analysis, and a full suite of DNS/IP/WHOIS tools. There are no obvious dead ends or missing operations for its intended purpose.