@ikeytz/maps-mcp 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +61 -27
- package/package.json +2 -2
- package/src/cli.js +13 -0
- package/src/tools-catalog.json +475 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
- README: Registry `com.ikeytz/maps` **v1.0.2** (was still v1.0.1 in the 1.0.6 tarball). Same 65 tools.
|
|
6
|
+
|
|
7
|
+
## 1.0.6
|
|
8
|
+
|
|
9
|
+
- Same 42 command names as `@ikeytz/mcp`. Maps data live; prices/FAQ/ratgeber/wissen/auswahl = www URL only.
|
|
10
|
+
- `site_overview`, `list_nav`, `resolve_locale_url`, `get_llms_txt`, `compose_*`, …
|
|
11
|
+
|
|
3
12
|
## 1.0.5
|
|
4
13
|
|
|
5
14
|
- CLI structure aligned with `@ikeytz/mcp`: `help`/`list` ASCII table (TOOL │ ARGS │ EXAMPLE), `list --global`, `-V`/`version`/`serve`.
|
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://maps.ikeytz.com) — Einsatzgebiet-Karten, Schlüsseldienst Ludwigsburg ikeytz.
|
|
4
4
|
|
|
5
5
|
**Remote SSOT:** `https://maps.ikeytz.com/mcp`
|
|
6
|
-
**MCP Registry:** `com.ikeytz/maps` (v1.0.
|
|
7
|
-
**npm:** `@ikeytz/maps-mcp@1.0.
|
|
6
|
+
**MCP Registry:** `com.ikeytz/maps` (v1.0.2)
|
|
7
|
+
**npm:** `@ikeytz/maps-mcp@1.0.7`
|
|
8
8
|
**MCP scope (server):** read/link only · `ai-train: no`
|
|
9
9
|
**Auth:** public read-only MCP — no account, no API key · HTTPS POST to `/mcp`
|
|
10
10
|
**License:** proprietary — `LicenseRef-ikeytz-terms` (see [LICENSE](https://unpkg.com/@ikeytz/maps-mcp/LICENSE); install & use OK; no training)
|
|
@@ -17,10 +17,10 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
|
|
|
17
17
|
| Feld | Wert |
|
|
18
18
|
|------|------|
|
|
19
19
|
| Name | `com.ikeytz/maps` |
|
|
20
|
-
| Version | `1.0.
|
|
20
|
+
| Version | `1.0.2` |
|
|
21
21
|
| Status | active |
|
|
22
22
|
| Website | https://maps.ikeytz.com |
|
|
23
|
-
| npm package | `@ikeytz/maps-mcp` **1.0.
|
|
23
|
+
| npm package | `@ikeytz/maps-mcp` **1.0.7** |
|
|
24
24
|
| Remote | Streamable HTTP `https://maps.ikeytz.com/mcp` |
|
|
25
25
|
| Card | https://maps.ikeytz.com/.well-known/mcp/server-card.json |
|
|
26
26
|
| Search | https://registry.modelcontextprotocol.io/v0.1/servers?search=com.ikeytz/maps |
|
|
@@ -29,13 +29,13 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
|
|
|
29
29
|
{
|
|
30
30
|
"name": "com.ikeytz/maps",
|
|
31
31
|
"title": "ikeytz Einsatzgebiet-Karten",
|
|
32
|
-
"version": "1.0.
|
|
32
|
+
"version": "1.0.2",
|
|
33
33
|
"websiteUrl": "https://maps.ikeytz.com",
|
|
34
34
|
"packages": [
|
|
35
35
|
{
|
|
36
36
|
"registryType": "npm",
|
|
37
37
|
"identifier": "@ikeytz/maps-mcp",
|
|
38
|
-
"version": "1.0.
|
|
38
|
+
"version": "1.0.7",
|
|
39
39
|
"runtimeHint": "npx",
|
|
40
40
|
"transport": { "type": "stdio" }
|
|
41
41
|
}
|
|
@@ -74,7 +74,7 @@ Install (Mac/Linux/Windows):
|
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
76
|
npm i -g @ikeytz/maps-mcp
|
|
77
|
-
ikeytz-maps-mcp --version # z. B. 1.0.
|
|
77
|
+
ikeytz-maps-mcp --version # z. B. 1.0.7
|
|
78
78
|
ikeytz-maps-mcp update # später: npm i -g @ikeytz/maps-mcp@latest
|
|
79
79
|
```
|
|
80
80
|
|
|
@@ -131,7 +131,7 @@ ikeytz-maps-mcp get_service_area --slug=pattonville --raw
|
|
|
131
131
|
ikeytz-maps-mcp # MCP stdio proxy (any MCP host) — keine Args
|
|
132
132
|
ikeytz-maps-mcp help # Usage + Flags + Tool-Tabelle (offline)
|
|
133
133
|
ikeytz-maps-mcp update [ver] # npm i -g @ikeytz/maps-mcp@latest
|
|
134
|
-
ikeytz-maps-mcp list #
|
|
134
|
+
ikeytz-maps-mcp list # alle Tools (offline) + global CLI flags
|
|
135
135
|
ikeytz-maps-mcp list --global # nur globale Flags
|
|
136
136
|
ikeytz-maps-mcp describe NAME # = ikeytz-maps-mcp NAME -h
|
|
137
137
|
ikeytz-maps-mcp call NAME … # oder: ikeytz-maps-mcp NAME …
|
|
@@ -166,25 +166,60 @@ Diese Flags sind **Terminal-CLI**. MCP Inspector / Cursor zeigt nur **Tools**, k
|
|
|
166
166
|
- **`google_maps` / `icbm`:** Komma-Form wie in `/llms-orte-geo.txt`
|
|
167
167
|
- Volltext Geo: `ikeytz-maps-mcp get_discovery --which llms-orte-geo`
|
|
168
168
|
|
|
169
|
-
## Alle
|
|
169
|
+
## Alle Tool-Befehle (42 www-Namen + maps-Extras)
|
|
170
|
+
|
|
171
|
+
Dieselben **42 Namen** wie `ikeytz-mcp`. maps-Daten live. Preise/FAQ/Ratgeber/Wissen/Auswahl = **www-URL**, kein www-Corpus.
|
|
170
172
|
|
|
171
173
|
| Befehl | Argumente |
|
|
172
174
|
|--------|-----------|
|
|
173
|
-
| `
|
|
174
|
-
| `
|
|
175
|
-
| `
|
|
176
|
-
| `
|
|
175
|
+
| `site_overview` | `--locale` |
|
|
176
|
+
| `get_business_identity` | `--locale` |
|
|
177
|
+
| `list_nav` | `--locale` |
|
|
178
|
+
| `list_footer` | `--locale` |
|
|
179
|
+
| `list_locales` | — |
|
|
180
|
+
| `resolve_locale_url` | `--path*` `--locale*` |
|
|
181
|
+
| `get_prices` | `--locale` (www-Link) |
|
|
182
|
+
| `get_invoice_line_items` | `--situationKey*` `--whenKey` `--breakdown` `--locale` (www-Link) |
|
|
183
|
+
| `list_services` | `--locale` (www-Link) |
|
|
184
|
+
| `get_emergency` | `--locale` (www-Link) |
|
|
185
|
+
| `list_auswahl` | `--locale` (www-Link) |
|
|
186
|
+
| `get_auswahl_item` | `--slug*` `--locale` (www-Link) |
|
|
187
|
+
| `list_service_areas` | `--locale` |
|
|
188
|
+
| `get_service_area` | `--slug` `--plz` `--name` `--locale` |
|
|
189
|
+
| `get_geo_office` | `--locale` |
|
|
190
|
+
| `get_contact` | `--locale` |
|
|
191
|
+
| `get_legal` | `--doc*` `--locale` |
|
|
192
|
+
| `get_about` | `--locale` |
|
|
193
|
+
| `get_partner_info` | `--locale` (www-Link) |
|
|
194
|
+
| `get_links` | `--locale` |
|
|
195
|
+
| `get_review_url` | `--locale` (www-Link) |
|
|
196
|
+
| `list_faq` | `--locale` (www-Link) |
|
|
197
|
+
| `get_faq` | `--id` `--q` `--locale` (www-Link) |
|
|
198
|
+
| `list_wissen` | `--locale` (www-Link) |
|
|
199
|
+
| `get_wissen_entry` | `--id*` `--locale` (www-Link) |
|
|
200
|
+
| `list_ratgeber` | `--locale` (www-Link) |
|
|
201
|
+
| `get_ratgeber` | `--slug*` `--locale` (www-Link) |
|
|
202
|
+
| `get_page_summary` | `--path*` `--locale` |
|
|
203
|
+
| `get_ai_page` | `--path` `--locale` (maps ai-pages oder www-Link) |
|
|
204
|
+
| `get_serp_snippet` | `--path` `--url` `--slug` `--locale` |
|
|
205
|
+
| `find_by_keyword` | `--q*` `--limit` `--locale` |
|
|
177
206
|
| `get_discovery` | `--which*` `--offset` `--limit` |
|
|
178
|
-
| `
|
|
179
|
-
| `
|
|
180
|
-
| `
|
|
207
|
+
| `get_llms_txt` | `--offset` `--limit` |
|
|
208
|
+
| `get_llms_mcp_server` | `--offset` `--limit` |
|
|
209
|
+
| `get_llms_mcp_web` | `--offset` `--limit` |
|
|
210
|
+
| `get_ai_txt` | `--offset` `--limit` |
|
|
211
|
+
| `get_sitemap_txt` | `--offset` `--limit` |
|
|
212
|
+
| `list_whatsapp_options` | `--locale` |
|
|
213
|
+
| `compose_tel_mobile` | — |
|
|
214
|
+
| `compose_tel_landline` | — |
|
|
215
|
+
| `compose_whatsapp` | `--option` |
|
|
216
|
+
| `compose_mailto` | — |
|
|
181
217
|
| `find_by_serp` | `--q` `--path` `--url` `--slug` `--limit` |
|
|
182
|
-
| `
|
|
183
|
-
| `find_by_plz` | `--plz*` (alle Gebiete dieser PLZ) |
|
|
218
|
+
| `find_by_plz` | `--plz*` |
|
|
184
219
|
| `find_by_geo` | `--lat` `--lng` `--icbm` `--radius_km` `--limit` |
|
|
185
220
|
| `find_by_icbm` | `--icbm` `--lat` `--lng` `--radius_km` `--limit` |
|
|
186
221
|
| `find_by_gebiet` | `--q` `--name` `--slug` |
|
|
187
|
-
| `find_by_area` | Alias
|
|
222
|
+
| `find_by_area` | Alias `find_by_gebiet` |
|
|
188
223
|
| `list_slugs` | — |
|
|
189
224
|
| `list_plz` | — |
|
|
190
225
|
| `get_hub` | — |
|
|
@@ -194,15 +229,14 @@ Diese Flags sind **Terminal-CLI**. MCP Inspector / Cursor zeigt nur **Tools**, k
|
|
|
194
229
|
| `get_geschichte` | `--slug` `--plz` `--name` |
|
|
195
230
|
| `distance_to_office` | `--slug` `--lat` `--lng` `--icbm` |
|
|
196
231
|
| `resolve_maps_url` | `--url` |
|
|
197
|
-
| `find_by_google_maps` | `--q`
|
|
198
|
-
| `
|
|
199
|
-
| `get_urheberrecht` | — (maps `/llms-urheberrecht.txt`) |
|
|
232
|
+
| `find_by_google_maps` | `--q` |
|
|
233
|
+
| `get_urheberrecht` | — |
|
|
200
234
|
| `get_copyright` | — |
|
|
201
235
|
| `get_impressum` | — |
|
|
202
|
-
| `get_agb` | —
|
|
203
|
-
| `get_nutzungsbedingungen` | —
|
|
204
|
-
| `get_datenschutz` | —
|
|
205
|
-
| `get_widerruf` | —
|
|
236
|
+
| `get_agb` | — |
|
|
237
|
+
| `get_nutzungsbedingungen` | — |
|
|
238
|
+
| `get_datenschutz` | — |
|
|
239
|
+
| `get_widerruf` | — |
|
|
206
240
|
|
|
207
241
|
Präfix immer `ikeytz-maps-mcp ` (z. B. `ikeytz-maps-mcp get_service_area -h`).
|
|
208
242
|
|
|
@@ -247,7 +281,7 @@ www bleibt **zweiter** Eintrag:
|
|
|
247
281
|
**Option C — Terminal only**
|
|
248
282
|
`ikeytz-maps-mcp get_service_area --slug=pattonville`, `ikeytz-maps-mcp list`, … — **ohne** MCP-Host.
|
|
249
283
|
|
|
250
|
-
Alle Optionen nutzen dieselbe SSOT: `https://maps.ikeytz.com/mcp` (
|
|
284
|
+
Alle Optionen nutzen dieselbe SSOT: `https://maps.ikeytz.com/mcp` (42 www-Namen + maps-Extras, read/link only).
|
|
251
285
|
|
|
252
286
|
## Env
|
|
253
287
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikeytz/maps-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"mcpName": "com.ikeytz/maps",
|
|
5
|
-
"description": "Official CLI + MCP stdio proxy for maps.ikeytz.com —
|
|
5
|
+
"description": "Official CLI + MCP stdio proxy for maps.ikeytz.com — 42 www-command names + maps extras (Einsatzgebiet-Karten, prices/FAQ = www links) at https://maps.ikeytz.com/mcp",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
8
|
"ikeytz-maps-mcp": "bin/ikeytz-maps-mcp.js"
|
package/src/cli.js
CHANGED
|
@@ -57,6 +57,19 @@ function exampleForTool(name) {
|
|
|
57
57
|
get_nutzungsbedingungen: `${p} get_nutzungsbedingungen`,
|
|
58
58
|
get_datenschutz: `${p} get_datenschutz`,
|
|
59
59
|
get_widerruf: `${p} get_widerruf`,
|
|
60
|
+
site_overview: `${p} site_overview --locale=de`,
|
|
61
|
+
get_business_identity: `${p} get_business_identity --locale=de`,
|
|
62
|
+
list_nav: `${p} list_nav --locale=de`,
|
|
63
|
+
list_footer: `${p} list_footer --locale=de`,
|
|
64
|
+
list_locales: `${p} list_locales`,
|
|
65
|
+
resolve_locale_url: `${p} resolve_locale_url --path=/pattonville --locale=de`,
|
|
66
|
+
get_prices: `${p} get_prices --locale=de`,
|
|
67
|
+
get_about: `${p} get_about --locale=de`,
|
|
68
|
+
get_links: `${p} get_links --locale=de`,
|
|
69
|
+
get_llms_txt: `${p} get_llms_txt`,
|
|
70
|
+
get_sitemap_txt: `${p} get_sitemap_txt`,
|
|
71
|
+
compose_tel_mobile: `${p} compose_tel_mobile`,
|
|
72
|
+
compose_mailto: `${p} compose_mailto`,
|
|
60
73
|
};
|
|
61
74
|
return map[name] || `${p} ${name}`;
|
|
62
75
|
}
|
package/src/tools-catalog.json
CHANGED
|
@@ -5,7 +5,11 @@
|
|
|
5
5
|
"description": "Alle 52 Einsatzgebiete auf maps.ikeytz.com (Punkte, keine Polygone).",
|
|
6
6
|
"inputSchema": {
|
|
7
7
|
"type": "object",
|
|
8
|
-
"properties": {
|
|
8
|
+
"properties": {
|
|
9
|
+
"locale": {
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
},
|
|
11
15
|
{
|
|
@@ -22,6 +26,9 @@
|
|
|
22
26
|
},
|
|
23
27
|
"name": {
|
|
24
28
|
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"locale": {
|
|
31
|
+
"type": "string"
|
|
25
32
|
}
|
|
26
33
|
}
|
|
27
34
|
}
|
|
@@ -31,7 +38,11 @@
|
|
|
31
38
|
"description": "Gewerbesitz Ludwigsburg. Kein Walk-in.",
|
|
32
39
|
"inputSchema": {
|
|
33
40
|
"type": "object",
|
|
34
|
-
"properties": {
|
|
41
|
+
"properties": {
|
|
42
|
+
"locale": {
|
|
43
|
+
"type": "string"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
35
46
|
}
|
|
36
47
|
},
|
|
37
48
|
{
|
|
@@ -39,7 +50,11 @@
|
|
|
39
50
|
"description": "NAP: Handy, Festnetz, Fax, E-Mail, WhatsApp, Adresse.",
|
|
40
51
|
"inputSchema": {
|
|
41
52
|
"type": "object",
|
|
42
|
-
"properties": {
|
|
53
|
+
"properties": {
|
|
54
|
+
"locale": {
|
|
55
|
+
"type": "string"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
43
58
|
}
|
|
44
59
|
},
|
|
45
60
|
{
|
|
@@ -89,7 +104,14 @@
|
|
|
89
104
|
"description": "Katalog llms-mcp-server.txt",
|
|
90
105
|
"inputSchema": {
|
|
91
106
|
"type": "object",
|
|
92
|
-
"properties": {
|
|
107
|
+
"properties": {
|
|
108
|
+
"offset": {
|
|
109
|
+
"type": "integer"
|
|
110
|
+
},
|
|
111
|
+
"limit": {
|
|
112
|
+
"type": "integer"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
93
115
|
}
|
|
94
116
|
},
|
|
95
117
|
{
|
|
@@ -97,7 +119,14 @@
|
|
|
97
119
|
"description": "Katalog llms-mcp-web.txt",
|
|
98
120
|
"inputSchema": {
|
|
99
121
|
"type": "object",
|
|
100
|
-
"properties": {
|
|
122
|
+
"properties": {
|
|
123
|
+
"offset": {
|
|
124
|
+
"type": "integer"
|
|
125
|
+
},
|
|
126
|
+
"limit": {
|
|
127
|
+
"type": "integer"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
101
130
|
}
|
|
102
131
|
},
|
|
103
132
|
{
|
|
@@ -111,6 +140,9 @@
|
|
|
111
140
|
},
|
|
112
141
|
"limit": {
|
|
113
142
|
"type": "integer"
|
|
143
|
+
},
|
|
144
|
+
"locale": {
|
|
145
|
+
"type": "string"
|
|
114
146
|
}
|
|
115
147
|
},
|
|
116
148
|
"required": [
|
|
@@ -456,6 +488,9 @@
|
|
|
456
488
|
},
|
|
457
489
|
"limit": {
|
|
458
490
|
"type": "integer"
|
|
491
|
+
},
|
|
492
|
+
"locale": {
|
|
493
|
+
"type": "string"
|
|
459
494
|
}
|
|
460
495
|
},
|
|
461
496
|
"required": [
|
|
@@ -539,6 +574,441 @@
|
|
|
539
574
|
"type": "object",
|
|
540
575
|
"properties": {}
|
|
541
576
|
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "site_overview",
|
|
580
|
+
"description": "Was ist maps.ikeytz.com — 52 Karten, nicht www-Preise.",
|
|
581
|
+
"inputSchema": {
|
|
582
|
+
"type": "object",
|
|
583
|
+
"properties": {
|
|
584
|
+
"locale": {
|
|
585
|
+
"type": "string"
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "get_business_identity",
|
|
592
|
+
"description": "Inhaber, NAP, Gewerbesitz. Kein Walk-in.",
|
|
593
|
+
"inputSchema": {
|
|
594
|
+
"type": "object",
|
|
595
|
+
"properties": {
|
|
596
|
+
"locale": {
|
|
597
|
+
"type": "string"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "list_nav",
|
|
604
|
+
"description": "maps-Navigation: Hub, MCP, 52 Einsatzgebiete.",
|
|
605
|
+
"inputSchema": {
|
|
606
|
+
"type": "object",
|
|
607
|
+
"properties": {
|
|
608
|
+
"locale": {
|
|
609
|
+
"type": "string"
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "list_footer",
|
|
616
|
+
"description": "maps-Footer + www-HTML-Links (kein Preise-Corpus).",
|
|
617
|
+
"inputSchema": {
|
|
618
|
+
"type": "object",
|
|
619
|
+
"properties": {
|
|
620
|
+
"locale": {
|
|
621
|
+
"type": "string"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "list_locales",
|
|
628
|
+
"description": "Locales auf maps: nur de (E8 nein).",
|
|
629
|
+
"inputSchema": {
|
|
630
|
+
"type": "object",
|
|
631
|
+
"properties": {}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "resolve_locale_url",
|
|
636
|
+
"description": "Pfad → maps-URL (de). Keine /en auf maps.",
|
|
637
|
+
"inputSchema": {
|
|
638
|
+
"type": "object",
|
|
639
|
+
"properties": {
|
|
640
|
+
"path": {
|
|
641
|
+
"type": "string"
|
|
642
|
+
},
|
|
643
|
+
"locale": {
|
|
644
|
+
"type": "string"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"required": [
|
|
648
|
+
"path",
|
|
649
|
+
"locale"
|
|
650
|
+
]
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "get_prices",
|
|
655
|
+
"description": "Preise sind www. maps liefert nur den Link.",
|
|
656
|
+
"inputSchema": {
|
|
657
|
+
"type": "object",
|
|
658
|
+
"properties": {
|
|
659
|
+
"locale": {
|
|
660
|
+
"type": "string"
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "get_invoice_line_items",
|
|
667
|
+
"description": "Rechnungszeilen sind www. maps nur Link.",
|
|
668
|
+
"inputSchema": {
|
|
669
|
+
"type": "object",
|
|
670
|
+
"properties": {
|
|
671
|
+
"situationKey": {
|
|
672
|
+
"type": "string"
|
|
673
|
+
},
|
|
674
|
+
"whenKey": {
|
|
675
|
+
"type": "string"
|
|
676
|
+
},
|
|
677
|
+
"breakdown": {
|
|
678
|
+
"type": "boolean"
|
|
679
|
+
},
|
|
680
|
+
"locale": {
|
|
681
|
+
"type": "string"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"required": [
|
|
685
|
+
"situationKey"
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"name": "list_services",
|
|
691
|
+
"description": "Leistungen sind www. maps nur Link.",
|
|
692
|
+
"inputSchema": {
|
|
693
|
+
"type": "object",
|
|
694
|
+
"properties": {
|
|
695
|
+
"locale": {
|
|
696
|
+
"type": "string"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "get_emergency",
|
|
703
|
+
"description": "Notfall-Text ist www. maps nur Link.",
|
|
704
|
+
"inputSchema": {
|
|
705
|
+
"type": "object",
|
|
706
|
+
"properties": {
|
|
707
|
+
"locale": {
|
|
708
|
+
"type": "string"
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "list_auswahl",
|
|
715
|
+
"description": "Auswahl-Hub ist www. maps nur Link.",
|
|
716
|
+
"inputSchema": {
|
|
717
|
+
"type": "object",
|
|
718
|
+
"properties": {
|
|
719
|
+
"locale": {
|
|
720
|
+
"type": "string"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "get_auswahl_item",
|
|
727
|
+
"description": "Auswahl-Detail ist www. maps nur Link.",
|
|
728
|
+
"inputSchema": {
|
|
729
|
+
"type": "object",
|
|
730
|
+
"properties": {
|
|
731
|
+
"slug": {
|
|
732
|
+
"type": "string"
|
|
733
|
+
},
|
|
734
|
+
"locale": {
|
|
735
|
+
"type": "string"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"required": [
|
|
739
|
+
"slug"
|
|
740
|
+
]
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "get_about",
|
|
745
|
+
"description": "Über maps.ikeytz.com (nicht www Über-uns-Corpus).",
|
|
746
|
+
"inputSchema": {
|
|
747
|
+
"type": "object",
|
|
748
|
+
"properties": {
|
|
749
|
+
"locale": {
|
|
750
|
+
"type": "string"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "get_partner_info",
|
|
757
|
+
"description": "Partner-werden ist www. maps nur Link.",
|
|
758
|
+
"inputSchema": {
|
|
759
|
+
"type": "object",
|
|
760
|
+
"properties": {
|
|
761
|
+
"locale": {
|
|
762
|
+
"type": "string"
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "get_links",
|
|
769
|
+
"description": "maps Discovery-URLs (Card, MCP, llms, Registry).",
|
|
770
|
+
"inputSchema": {
|
|
771
|
+
"type": "object",
|
|
772
|
+
"properties": {
|
|
773
|
+
"locale": {
|
|
774
|
+
"type": "string"
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "get_review_url",
|
|
781
|
+
"description": "Google-Review ist www. maps nur Link.",
|
|
782
|
+
"inputSchema": {
|
|
783
|
+
"type": "object",
|
|
784
|
+
"properties": {
|
|
785
|
+
"locale": {
|
|
786
|
+
"type": "string"
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "list_faq",
|
|
793
|
+
"description": "FAQ ist www. maps nur Link.",
|
|
794
|
+
"inputSchema": {
|
|
795
|
+
"type": "object",
|
|
796
|
+
"properties": {
|
|
797
|
+
"locale": {
|
|
798
|
+
"type": "string"
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "get_faq",
|
|
805
|
+
"description": "FAQ-Antwort ist www. maps nur Link.",
|
|
806
|
+
"inputSchema": {
|
|
807
|
+
"type": "object",
|
|
808
|
+
"properties": {
|
|
809
|
+
"id": {
|
|
810
|
+
"type": "string"
|
|
811
|
+
},
|
|
812
|
+
"q": {
|
|
813
|
+
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"locale": {
|
|
816
|
+
"type": "string"
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"name": "list_wissen",
|
|
823
|
+
"description": "Wissen-Lexikon ist www. maps nur Link.",
|
|
824
|
+
"inputSchema": {
|
|
825
|
+
"type": "object",
|
|
826
|
+
"properties": {
|
|
827
|
+
"locale": {
|
|
828
|
+
"type": "string"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "get_wissen_entry",
|
|
835
|
+
"description": "Wissen-Artikel ist www. maps nur Link.",
|
|
836
|
+
"inputSchema": {
|
|
837
|
+
"type": "object",
|
|
838
|
+
"properties": {
|
|
839
|
+
"id": {
|
|
840
|
+
"type": "string"
|
|
841
|
+
},
|
|
842
|
+
"locale": {
|
|
843
|
+
"type": "string"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"required": [
|
|
847
|
+
"id"
|
|
848
|
+
]
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "list_ratgeber",
|
|
853
|
+
"description": "Ratgeber-Liste ist www. maps nur Link.",
|
|
854
|
+
"inputSchema": {
|
|
855
|
+
"type": "object",
|
|
856
|
+
"properties": {
|
|
857
|
+
"locale": {
|
|
858
|
+
"type": "string"
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "get_ratgeber",
|
|
865
|
+
"description": "Ratgeber-Seite ist www. maps nur Link.",
|
|
866
|
+
"inputSchema": {
|
|
867
|
+
"type": "object",
|
|
868
|
+
"properties": {
|
|
869
|
+
"slug": {
|
|
870
|
+
"type": "string"
|
|
871
|
+
},
|
|
872
|
+
"locale": {
|
|
873
|
+
"type": "string"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"required": [
|
|
877
|
+
"slug"
|
|
878
|
+
]
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "get_page_summary",
|
|
883
|
+
"description": "Kurz: maps-Ort oder www-Pfad-Link.",
|
|
884
|
+
"inputSchema": {
|
|
885
|
+
"type": "object",
|
|
886
|
+
"properties": {
|
|
887
|
+
"path": {
|
|
888
|
+
"type": "string"
|
|
889
|
+
},
|
|
890
|
+
"slug": {
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
"locale": {
|
|
894
|
+
"type": "string"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"required": [
|
|
898
|
+
"path"
|
|
899
|
+
]
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "get_ai_page",
|
|
904
|
+
"description": "maps /ai-pages/de/{slug}.txt oder www-Link.",
|
|
905
|
+
"inputSchema": {
|
|
906
|
+
"type": "object",
|
|
907
|
+
"properties": {
|
|
908
|
+
"path": {
|
|
909
|
+
"type": "string"
|
|
910
|
+
},
|
|
911
|
+
"slug": {
|
|
912
|
+
"type": "string"
|
|
913
|
+
},
|
|
914
|
+
"locale": {
|
|
915
|
+
"type": "string"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "get_llms_txt",
|
|
922
|
+
"description": "maps /llms.txt 1:1.",
|
|
923
|
+
"inputSchema": {
|
|
924
|
+
"type": "object",
|
|
925
|
+
"properties": {
|
|
926
|
+
"offset": {
|
|
927
|
+
"type": "integer"
|
|
928
|
+
},
|
|
929
|
+
"limit": {
|
|
930
|
+
"type": "integer"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "get_ai_txt",
|
|
937
|
+
"description": "maps /.well-known/ai.txt 1:1.",
|
|
938
|
+
"inputSchema": {
|
|
939
|
+
"type": "object",
|
|
940
|
+
"properties": {
|
|
941
|
+
"offset": {
|
|
942
|
+
"type": "integer"
|
|
943
|
+
},
|
|
944
|
+
"limit": {
|
|
945
|
+
"type": "integer"
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "get_sitemap_txt",
|
|
952
|
+
"description": "maps /sitemap.txt 1:1.",
|
|
953
|
+
"inputSchema": {
|
|
954
|
+
"type": "object",
|
|
955
|
+
"properties": {
|
|
956
|
+
"offset": {
|
|
957
|
+
"type": "integer"
|
|
958
|
+
},
|
|
959
|
+
"limit": {
|
|
960
|
+
"type": "integer"
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "list_whatsapp_options",
|
|
967
|
+
"description": "WhatsApp-Vorlagen (Link only, kein Formular).",
|
|
968
|
+
"inputSchema": {
|
|
969
|
+
"type": "object",
|
|
970
|
+
"properties": {
|
|
971
|
+
"locale": {
|
|
972
|
+
"type": "string"
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "compose_tel_mobile",
|
|
979
|
+
"description": "tel:-Link Handy.",
|
|
980
|
+
"inputSchema": {
|
|
981
|
+
"type": "object",
|
|
982
|
+
"properties": {}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "compose_tel_landline",
|
|
987
|
+
"description": "tel:-Link Festnetz.",
|
|
988
|
+
"inputSchema": {
|
|
989
|
+
"type": "object",
|
|
990
|
+
"properties": {}
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "compose_whatsapp",
|
|
995
|
+
"description": "wa.me-Link. option=zugefallen|abgeschlossen|zylinder|beratung",
|
|
996
|
+
"inputSchema": {
|
|
997
|
+
"type": "object",
|
|
998
|
+
"properties": {
|
|
999
|
+
"option": {
|
|
1000
|
+
"type": "string"
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "compose_mailto",
|
|
1007
|
+
"description": "mailto:info@ikeytz.com",
|
|
1008
|
+
"inputSchema": {
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {}
|
|
1011
|
+
}
|
|
542
1012
|
}
|
|
543
1013
|
]
|
|
544
1014
|
}
|