Skip to main content
Glama

Search GEO principles (Proximens GEO Engine)

proximens_geo_search_principles
Read-onlyIdempotent

Semantic search over the Proximens GEO Engine: a curated, continuously-updated knowledge base of 4.000+ verified Generative Engine Optimization (GEO/AEO) principles, each graded by a 0-1 confidence score and traceable to a verified source. INPUT: query (natural language, 3-500 chars); optional category (one of 13 GEO categories), top_k (1-25, default 10), min_confidence (0-1, default 0.5). RETURNS: ranked principles as JSON, each with id, title, summary, category, confidence and a relevance score; Pro/Enterprise tiers additionally return full_text and source. USE WHEN you need evidence-backed answers about how AI search engines (ChatGPT, Perplexity, Gemini, Google AI Overviews, Copilot) select, rank and cite web content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesNatural-language search query (e.g. "schema markup for local businesses" or "how to optimize for ChatGPT citations")
top_kNoNumber of principles to return (max 25)
categoryNoFilter by category (one of 13 GEO categories)
min_confidenceNoMinimum confidence score (0-1). Default 0.5 filters noise; raise to 0.8+ for high-confidence claims only

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
tier_noteNoFree-tier hint when top_k was capped
query_usedYes
total_in_databaseYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds meaningful context: the knowledge base is curated, continuously updated, has 4,000+ principles with confidence scores and source tracing, and Pro/Enterprise tiers return additional fields (full_text, source). This goes beyond annotations to clarify behavior.

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 well-structured with INPUT, RETURNS, and USE WHEN sections. Each sentence conveys essential information: knowledge base characteristics, parameter constraints, output format, and usage context. No filler or repetition.

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 has 4 parameters, an output schema, and rich annotations, the description is complete: it explains what the knowledge base is, input constraints, return fields with tier differences, and when to use it. It leaves little ambiguity for an agent deciding whether to invoke this tool.

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 coverage is 100% with detailed parameter descriptions for query, top_k, category, and min_confidence. The description summarizes these, including the same min_confidence advice already in the schema ('Default 0.5 filters noise; raise to 0.8+ for high-confidence claims only'). It adds the semantic-search framing but no new parameter-level meaning.

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 opens with 'Semantic search over the Proximens GEO Engine', a specific verb+resource pair that clearly identifies the operation. It uniquely positions this tool against siblings like proximens_geo_audit_url or proximens_geo_get_principle by emphasizing search over a structured knowledge base of GEO principles.

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 'USE WHEN' clause provides explicit guidance: 'when you need evidence-backed answers about how AI search engines (ChatGPT, Perplexity, Gemini, Google AI Overviews, Copilot) select, rank and cite web content.' This clearly separates it from audit/compare tools, though it does not explicitly name alternative tools or list when not to use.

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/5.0
Disambiguation5/5

Each tool targets a distinct operation: auditing a URL, comparing two URLs, bulk search, single principle lookup, stats, category listing, semantic search, and brief synthesis. Even audit_url and compare_urls are clearly separated by the comparison/delta aspect.

Naming Consistency5/5

All tools follow a consistent proximens_geo_ prefix with snake_case and mostly verb_noun pattern (audit_url, compare_urls, get_principle, get_stats, list_categories, search_principles, synthesize_brief). bulk_search is a minor variation but still fits the readable convention.

Tool Count5/5

8 tools is well-scoped for a specialized GEO engine API. Each tool covers a clear need without redundancy, and the count is neither too thin nor overwhelming.

Completeness4/5

The surface covers the main workflows: discovering principles (search, categories, stats), retrieving details (get_principle), auditing URLs (audit, compare), bulk operations (bulk_search), and generating briefs. A minor gap is lack of a direct 'list all principles by category' endpoint, but search with category filter effectively covers this.

Resources