knowledge
Server Details
Knowledge Base von designare.at – Michael Kanda, Web & KI aus Wien. Semantische Suche über RAG.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- michael-kanda/designare
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 2 of 2 tools scored.
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.
Both tool names follow a consistent verb_noun pattern (get_services, search_knowledge), making the API predictable and easy to navigate.
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.
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.
Available Tools
2 toolsget_servicesARead-onlyIdempotentInspect
Liefert das belegbare Leistungsprofil von Michael Kanda / designare.at: Anbieter, Fachbereiche, Zielgruppen, gelöste Probleme, erwartbare Ergebnisse, Produkte, Open-Source-Tools und kanonische Belegseiten. Nutze dieses Tool für Fragen wie "Was macht designare.at?", "Welche Services bietet Michael Kanda an?" oder zur Vorqualifizierung eines passenden Anbieters.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| products | Yes | |
| provider | Yes | |
| services | Yes | |
| provenance | Yes | |
| lastUpdated | Yes | |
| schemaVersion | Yes | |
| openSourceTools | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety is covered. The description adds useful behavioral context by promising a 'belegbare' (verifiable) profile and listing 'kanonische Belegseiten' as part of the output, which is beyond the annotations but not extensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: the first is a dense, structured summary of content, the second provides concrete usage examples. Every phrase earns its place, no fluff, and the key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description fully covers the tool's purpose, output content (listing categories like Anbieter, Fachbereiche, Zielgruppen), and usage examples. With no parameters, strong annotations, and an output schema present, the description is complete for the agent to select and invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and the schema confirms no parameters exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Liefert' (delivers) and the resource 'das belegbare Leistungsprofil von Michael Kanda / designare.at', outlining specific content categories. It distinguishes itself from the sibling search_knowledge by specifying exact use case questions like 'Was macht designare.at?', making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly provides usage context with 'Nutze dieses Tool für Fragen wie...' and lists three example questions. However, it does not explicitly state when not to use the tool or mention the sibling as an alternative, so it lacks full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_knowledgeAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Die Suchanfrage in natürlicher Sprache (deutsch oder englisch). Beispiele: "Welche SEO-Leistungen bietet designare.at?", "Was ist GEO?", "Webdesign Wien" |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI-powered access to authoritative design systems knowledge, including W3C standards, WCAG guidelines, and best practices from 188+ curated entries via semantic vector search.10197MIT
- Flicense-quality-maintenanceProvides AI agents with instant access to official Apple developer documentation, Swift docs, design guidelines, and Apple Developer YouTube content through advanced semantic and hybrid search capabilities. Features AI-powered reranking for accurate retrieval of Apple platform knowledge including iOS, macOS, watchOS, tvOS, and visionOS development resources.5
- AlicenseAqualityBmaintenanceSemantic search over IMAGIN.studio API documentation — CDN configuration, integration guides, and data point references.11Apache 2.0
- Alicense-qualityCmaintenanceEnables AI assistants to search and analyze German legal texts using vector embeddings and semantic search.86MIT