Loggimo
Server Details
Loggimo is a German, GDPR-compliant tool that combines Kanban boards & pinboards (planning/roadmaps) with custom data trackers and automatic charts. Connect your own Claude to create, edit, move and delete boards, columns, cards, trackers and entries — ~23 tools.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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.5/5 across 23 of 23 tools scored. Lowest: 2.2/5.
All tools have distinct purposes; add, create, delete, update, get, list, move, rename operations are clearly separated across boards, columns, cards, trackers, entries, and fields. No ambiguity between tools.
Tool names follow a uniform verb_noun pattern in snake_case (e.g., add_card, list_boards, delete_entry). The convention is consistent across all 23 tools.
23 tools cover two main domains (board management and tracker management) comprehensively. Each tool has a clear, non-redundant role, and the count feels appropriate for the scope.
CRUD operations are fully covered for boards, columns, cards, trackers, entries, and fields. Additional operations like move, rename, and listing are included. No significant gaps for the stated purpose.
Available Tools
24 toolsadd_cardInspect
Fuegt einem Board eine Karte hinzu. "column" ist optional der Spaltenname (sonst die erste Spalte).
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Text/Titel der Karte | |
| column | No | Optional: Zielspalte (Name) | |
| board_id | Yes |
add_columnInspect
Fuegt einem Board eine neue Spalte hinzu.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| board_id | Yes |
add_entryInspect
Fuegt einem Tracker einen neuen Eintrag hinzu. "values" ist ein Objekt, dessen Schluessel die Feldnamen (label) ODER Feld-IDs sind. Ja/Nein-Felder (checkbox) akzeptieren true/false. Wenn du die Feldnamen nicht kennst, rufe zuerst get_tracker auf.
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Feldname/-ID => Wert | |
| tracker_id | Yes | ID des Trackers |
add_fieldInspect
Fuegt einem bestehenden Tracker ein neues Feld hinzu (bestehende Eintraege bleiben erhalten).
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Nur bei type=rating (2-10) | |
| type | Yes | ||
| label | Yes | ||
| options | No | Nur bei type=select | |
| required | No | ||
| tracker_id | Yes |
create_boardInspect
Legt ein neues Board an. mode="kanban" (Spalten) oder "canvas" (Pinnwand, Standard). Bei Kanban koennen eigene Spalten angegeben werden, sonst To Do / In Arbeit / Fertig.
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Optional: Emoji | |
| mode | No | ||
| name | Yes | ||
| columns | No | Nur bei mode=kanban: Spaltennamen |
create_trackerInspect
Legt einen neuen Tracker mit frei definierbaren Feldern an. Erlaubte Feldtypen: text, number, date, datetime, checkbox, select, rating, textarea. Bei type=select gehoert eine Liste "options" dazu; bei type=rating optional "max" (2-10, Standard 5).
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Optional: ein Emoji, Standard 📋 | |
| name | Yes | Name des Trackers, z.B. "Wasser trinken" | |
| fields | Yes | Die Felder des Trackers (mind. 1). |
delete_boardInspect
Loescht ein Board unwiderruflich – samt Spalten, Karten und Unter-Boards (nur Eigentuemer).
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |
delete_cardInspect
Loescht eine Karte unwiderruflich.
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes |
delete_columnInspect
Loescht eine Spalte samt aller darin liegenden Karten. Die letzte Spalte bleibt bestehen.
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Name oder Spalten-ID | |
| board_id | Yes |
delete_entryInspect
Loescht einen einzelnen Eintrag eines Trackers.
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | ||
| tracker_id | Yes |
delete_fieldInspect
Loescht ein Feld eines Trackers (per Feld-ID oder Feldname). Das letzte Feld kann nicht geloescht werden.
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Feld-ID oder Feldname | |
| tracker_id | Yes |
delete_trackerInspect
Loescht einen Tracker unwiderruflich – samt aller Felder und Eintraege.
| Name | Required | Description | Default |
|---|---|---|---|
| tracker_id | Yes |
get_boardInspect
Zeigt ein Board mit allen Spalten und deren Karten (id, titel, erledigt, farbe, faellig). Nutze das, um zu entscheiden, wohin eine Karte gehoert, bevor du move_card aufrufst.
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |
get_trackerInspect
Zeigt einen einzelnen Tracker mit allen Feldern (id, label, typ, optionen, pflicht). Hilfreich, um vor add_entry die genauen Feldnamen zu kennen.
| Name | Required | Description | Default |
|---|---|---|---|
| tracker_id | Yes | ID des Trackers |
list_boardsInspect
Listet alle Boards/Roadmaps (Kanban oder Pinnwand) des Nutzers.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_entriesInspect
Listet die letzten Eintraege eines Trackers (mit Feldnamen und Werten).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Anzahl (1-100, Standard 20) | |
| tracker_id | Yes |
list_trackersInspect
Listet alle Tracker (Erfassungslisten) des Nutzers samt ihrer Felder auf. Nutze das, um zu sehen, was schon existiert, bevor du Eintraege hinzufuegst.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
move_boardInspect
Verschiebt ein bestehendes Board in ein anderes Board (wird dessen Unter-Board; im Ziel entsteht eine Verweis-Karte). Mit target_board_id = 0 wird das Board wieder auf die oberste Ebene geholt. Nur Eigentuemer.
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Das Board, das verschoben werden soll | |
| target_board_id | Yes | Ziel-Board (wird zum Eltern-Board); 0 = zurueck auf oberste Ebene |
move_cardInspect
Verschiebt eine Karte in eine andere Spalte (des gleichen Boards). "position" oben oder unten (Standard unten). Damit kannst du Karten dorthin schieben, wo sie hingehoeren.
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Zielspalte: Name oder Spalten-ID | |
| card_id | Yes | ||
| position | No |
rename_columnInspect
Benennt eine Spalte um.
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | aktueller Name oder Spalten-ID | |
| board_id | Yes | ||
| new_name | Yes |
update_boardInspect
Aendert Name und/oder Icon eines Boards (nur Eigentuemer).
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | No | ||
| board_id | Yes |
update_cardInspect
Aendert Titel, Notiz, Erledigt-Status, Faelligkeit und/oder Farbe einer Karte. Farben: red, orange, yellow, green, blue, purple (leer = keine).
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| color | No | ||
| notes | No | ||
| title | No | ||
| card_id | Yes | ||
| due_date | No | YYYY-MM-DD, leer = kein Datum |
update_entryInspect
Aendert Werte eines bestehenden Eintrags. "values" enthaelt nur die zu aendernden Felder (Schluessel = Feldname oder Feld-ID); nicht genannte Felder bleiben unveraendert.
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| entry_id | Yes | ||
| tracker_id | Yes |
update_trackerInspect
Aendert Name, Icon und/oder Erinnerung eines Trackers.
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | No | ||
| reminder | No | ||
| tracker_id | Yes |
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!