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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "lastUpdated": {
      +      "format": "date",
      +      "type": "string"
      +    },
      +    "openSourceTools": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "evidenceUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "repositoryUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "name",
      +          "description",
      +          "repositoryUrl",
      +          "evidenceUrl"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "products": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "category": {
      +            "type": "string"
      +          },
      +          "description": {
      +            "type": "string"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "status": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "format": "uri",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "name",
      +          "category",
      +          "description",
      +          "url",
      +          "status"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "provenance": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "canonicalProfile": {
      +          "format": "uri",
      +          "type": "string"
      +        },
      +        "note": {
      +          "type": "string"
      +        },
      +        "source": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "source",
      +        "canonicalProfile",
      +        "note"
      +      ],
      +      "type": "object"
      +    },
      +    "provider": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "areaServed": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "brand": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "name": {
      +              "type": "string"
      +            },
      +            "url": {
      +              "format": "uri",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "name",
      +            "url"
      +          ],
      +          "type": "object"
      +        },
      +        "contactUrl": {
      +          "format": "uri",
      +          "type": "string"
      +        },
      +        "languages": {
      +          "items": {
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "location": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "city": {
      +              "type": "string"
      +            },
      +            "country": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "city",
      +            "country"
      +          ],
      +          "type": "object"
      +        },
      +        "name": {
      +          "type": "string"
      +        },
      +        "professionalRole": {
      +          "type": "string"
      +        },
      +        "profileUrl": {
      +          "format": "uri",
      +          "type": "string"
      +        },
      +        "sameAs": {
      +          "items": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "type": "array"
      +        },
      +        "tagline": {
      +          "type": "string"
      +        },
      +        "type": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "type",
      +        "name",
      +        "professionalRole",
      +        "tagline",
      +        "profileUrl",
      +        "brand",
      +        "location",
      +        "areaServed",
      +        "languages",
      +        "contactUrl",
      +        "sameAs"
      +      ],
      +      "type": "object"
      +    },
      +    "schemaVersion": {
      +      "type": "string"
      +    },
      +    "services": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "evidenceUrls": {
      +            "items": {
      +              "format": "uri",
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "outcomes": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "problemsSolved": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "targetAudience": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          },
      +          "url": {
      +            "format": "uri",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "name",
      +          "description",
      +          "url",
      +          "targetAudience",
      +          "problemsSolved",
      +          "outcomes",
      +          "evidenceUrls"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "schemaVersion",
      +    "lastUpdated",
      +    "provider",
      +    "services",
      +    "products",
      +    "openSourceTools",
      +    "provenance"
      +  ],
      +  "type": "object"
      +}
  2. First observed

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.