StashDog MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STASHDOG_EMAIL | No | Your StashDog email address for automatic authentication | |
| STASHDOG_API_URL | No | The URL of the StashDog GraphQL API | http://localhost:3000/graphql |
| STASHDOG_PASSWORD | No | Your StashDog password for automatic authentication | |
| STASHDOG_AUTH_TOKEN | No | Your StashDog authentication token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_inventory_itemsB | Add, update, search, delete, or manage inventory items using natural language instructions. Supports complex operations like adding items with tags, notes, custom fields, and organizing them in containers. |
| manage_collectionsC | Create, update, delete collections or manage items within collections using natural language instructions. |
| import_from_urlC | Import items from URLs (e.g., product pages, images) into the inventory. |
| manage_tagsC | Create, search, rename, or delete tags using natural language instructions. |
| get_inventory_statsB | Get statistics about your inventory including item count, collection count, and tag count. |
| authenticateC | Authenticate with StashDog using email and password. |
| smart_searchC | Perform intelligent searches across your inventory with natural language queries that can include multiple criteria. |
| manage_usersC | Manage users including fetching user details. |
| manage_notificationsB | Fetch user notifications. |
| manage_groupsB | Fetch user groups. |
| manage_subscriptionsC | Manage subscriptions including fetching details and creating subscriptions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Most tools have distinct purposes targeting different resources (inventory, collections, tags, users, etc.), but 'manage_inventory_items' and 'smart_search' could overlap in search functionality, and 'manage_collections' and 'manage_groups' might be confused for similar organizational concepts. Descriptions help clarify, but some ambiguity remains.
Tool names follow a highly consistent verb_noun pattern throughout, all using snake_case with clear action verbs like 'manage', 'get', 'import', and 'authenticate'. This predictability makes it easy for agents to understand and select tools.
With 11 tools, the count is well-scoped for an inventory management server, covering authentication, core operations (inventory, collections, tags), and auxiliary features (users, notifications, subscriptions). Each tool appears to earn its place without bloat or thinness.
The toolset provides comprehensive CRUD/lifecycle coverage for inventory management, including import, search, and organization features. Minor gaps exist, such as no explicit tool for updating user details or handling subscription cancellations, but agents can likely work around these with the available 'manage' tools.