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 3.6/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: get_services provides a structured overview of services and core competencies, while search_knowledge performs semantic searches across a knowledge base. There is no overlap in functionality, making it easy for an agent to choose the right tool based on the query type.
Both tools follow a consistent verb_noun pattern (get_services and search_knowledge) with clear, descriptive names that align with their functions. The naming is uniform and predictable across the set.
With only two tools, the server feels thin for its apparent domain of providing knowledge and services about designare.at. While the tools cover overview and search, the scope suggests potential gaps in operations like updates or more specific queries, making the count insufficient for comprehensive coverage.
The tool surface is severely incomplete for the inferred domain of knowledge and service management. It lacks essential operations such as creating, updating, or deleting entries, and there are no tools for handling specific subdomains like project details or blog management, leading to significant gaps that could cause agent failures.
Available Tools
2 toolsget_servicesAInspect
Gibt eine strukturierte Übersicht aller Dienstleistungen und Kernkompetenzen von Michael Kanda / designare.at zurück. Nutze dieses Tool für allgemeine Fragen wie "Was macht designare.at?", "Welche Services bietet Michael Kanda an?" oder wenn du einen Überblick brauchst.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
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 of behavioral disclosure. The description mentions it returns a 'structured overview' but doesn't specify format, size limitations, or potential errors. It doesn't address whether this is a read-only operation (implied but not stated), authentication requirements, rate limits, or other behavioral traits. The description adds minimal behavioral context beyond the basic purpose.
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 appropriately concise with two sentences. The first sentence states the purpose, and the second provides usage guidelines with specific examples. It's front-loaded with the core functionality. While efficient, the German language phrasing is slightly verbose compared to optimal English equivalents, but still earns a high score for zero wasted content.
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?
Given the tool's simplicity (0 parameters, no annotations, no output schema), the description is reasonably complete for its purpose. It explains what the tool does and when to use it. However, without annotations or output schema, it lacks details about the return format, potential limitations, or error conditions. For a tool that presumably returns structured data about services, more information about the response structure would be helpful.
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 0 parameters with 100% schema description coverage (empty schema). The description doesn't need to explain parameters since there are none. It appropriately focuses on the tool's purpose and usage without unnecessary parameter discussion. The baseline for 0 parameters is 4, and the description meets this expectation.
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's purpose: 'Gibt eine strukturierte Übersicht aller Dienstleistungen und Kernkompetenzen von Michael Kanda / designare.at zurück' (Returns a structured overview of all services and core competencies). It specifies the verb ('gibt zurück' - returns) and resource ('Dienstleistungen und Kernkompetenzen' - services and core competencies). However, it doesn't explicitly differentiate from the sibling tool 'search_knowledge', which might offer overlapping functionality.
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 provides explicit usage guidance: 'Nutze dieses Tool für allgemeine Fragen wie "Was macht designare.at?", "Welche Services bietet Michael Kanda an?" oder wenn du einen Überblick brauchst.' (Use this tool for general questions like 'What does designare.at do?', 'What services does Michael Kanda offer?' or when you need an overview). It gives concrete examples of when to use this tool, though it doesn't mention when NOT to use it or explicitly compare to the sibling tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_knowledgeBInspect
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 full burden. It mentions 'semantische Suche' which implies intelligent search behavior, but doesn't disclose important behavioral traits like whether results are ranked, paginated, limited in number, require authentication, have rate limits, or what format results return. For a search tool with zero annotation coverage, this is a significant gap.
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 appropriately sized (two sentences) and front-loaded with the core purpose. The second sentence provides useful usage guidance. There's minimal waste, though it could be slightly more structured with bullet points for the topics.
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?
Given 1 parameter with 100% schema coverage but no annotations and no output schema, the description provides good purpose and usage context but lacks behavioral transparency about how the search works and what results look like. It's adequate for a simple search tool but could better address the output format and operational constraints.
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?
Schema description coverage is 100%, so the schema already documents the single 'query' parameter with examples. The description doesn't add any parameter-specific information beyond what's in the schema. Baseline 3 is appropriate when schema does the heavy lifting, though the description could have added context about query formulation best practices.
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 semantic search in the designare.at Knowledge Base and specifies what types of information it finds (about Michael Kanda, his services, projects, blog articles, expertise). It distinguishes from the sibling 'get_services' by focusing on search rather than retrieval of services. However, it doesn't explicitly contrast with the sibling tool, so it's not a perfect 5.
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 provides explicit guidance on when to use this tool ('Nutze dieses Tool wenn du Fragen über... beantworten willst') with specific topics listed (designare.at, Webdesign in Wien, SEO, GEO, KI-Sichtbarkeit, Michael Kandas Arbeit). It doesn't mention when NOT to use it or explicitly reference the sibling 'get_services' as an alternative, so it falls short of a 5.
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!