Skip to main content
Glama

search_knowledge

Semantische Suche in der designare.at Knowledge Base. Findet relevante Informationen über Michael Kanda, seine Web- und KI-Dienstleistungen, Projekte, Blog-Artikel und Expertise. Nutze dieses Tool wenn du Fragen über designare.at, Webdesign in Wien, SEO, GEO (Generative Engine Optimization), KI-Sichtbarkeit oder Michael Kandas Arbeit beantworten willst.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDie Suchanfrage in natürlicher Sprache (deutsch oder englisch). Beispiele: "Welche SEO-Leistungen bietet designare.at?", "Was ist GEO?", "Webdesign Wien"

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the search functionality and scope but does not disclose behavioral details such as output format, result limits, or the fact that it is a read-only operation. This is acceptable for a simple search tool, but there is room for more transparency.

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 concise, consisting of two sentences that immediately convey the purpose and usage. It is front-loaded with the action and resource, and every sentence adds value without waste.

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 simple one-parameter search tool, the description provides adequate context: the knowledge domain, the entity, and example use cases. Since there is no output schema, it could optionally describe what kinds of results to expect, but this is not critical for a well-understood 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 schema already provides 100% coverage for the single parameter 'query' with examples. The description adds context about what kinds of questions to ask, which slightly enhances understanding, but essentially the description adds little beyond the schema's own parameter description.

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 tool performs a semantic search in the designare.at Knowledge Base and specifies the topics it covers (Michael Kanda, web and AI services, projects, blog articles, expertise). It uses a specific verb ('Findet' / finds) and resource, making the purpose distinct from the sibling tool get_services.

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 explicitly tells the agent when to use this tool: 'Nutze dieses Tool wenn du Fragen über designare.at, Webdesign in Wien, SEO, GEO, KI-Sichtbarkeit oder Michael Kandas Arbeit beantworten willst.' It provides clear usage context, though it does not explicitly mention when not to use it or contrast it with the sibling tool.

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

The two tools have clearly distinct purposes: get_services returns a structured service profile, while search_knowledge performs semantic searches across the knowledge base. There is no overlap in their intended usage.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (get_services, search_knowledge), making the API predictable and easy to navigate.

Tool Count3/5

With only two tools, the server feels slightly under-scoped for a knowledge base. However, the narrow domain (a single company profile) justifies the minimal set, though additional tools like list_articles or get_project could enhance utility.

Completeness4/5

The surface covers the primary retrieval needs: a canonical service profile and full-text semantic search. Minor gaps exist such as no direct access to individual articles without search, but agents can work around this.