Skip to main content
Glama

get_services

Read-onlyIdempotent

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes
providerYes
servicesYes
provenanceYes
lastUpdatedYes
schemaVersionYes
openSourceToolsYes

TDQS

A4.5/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

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.