mise-en-space
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | |
| fetchA | |
| doA | Act on Google Workspace — create, move, edit, draft/reply emails, organise Gmail. Operations: create, move, rename, share, overwrite, prepend, append, replace_text, draft, reply_draft, archive, star, label, comment_reply, setup_oauth. Create: content + title + doc_type (doc/sheet/slides/file/folder/form). page_setup='pageless' for pageless docs. file_path= to read from disk. folder: title only, no content needed. form: content is YAML/JSON spec with title, description, questions. Edit: overwrite (full replace), prepend/append (add to), replace_text (find + content). Email: draft (to + subject + content), reply_draft (file_id + content), archive/star/label. Comments: comment_reply (file_id + comment_id [from comments.md] + content and/or action=resolve|reopen). Replies auto-prefix '[agent] '. Share: file_id + to + role (reader/writer/commenter), confirm=True to execute. Move: file_id (single or list) + folder_id (alias: destination_folder_id). setup_oauth: bootstrap Google credentials when none exist. Opens a browser for consent; saves token to Keychain. force=true to re-auth. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| docs_overview | Overview of mise-en-space MCP server. |
| docs_search | Detailed documentation for the search tool. |
| docs_gmail_search | Gmail search operator reference — tested against production API. |
| gmail_labels | Live label directory from the connected Gmail account. |
| docs_fetch | Detailed documentation for the fetch tool. |
| docs_do | Detailed documentation for the do tool. |
| docs_cross_source | Documentation for cross-source search patterns. |
| docs_workspace | Documentation for the workspace/deposit folder structure. |
TDQS
Scored across 3 tools
Each tool targets a distinct aspect: 'do' performs actions on Google Workspace, 'fetch' retrieves specific content to a local directory, and 'search' finds items across services. No overlap in primary purpose.
All tool names are single, lowercase verbs ('do', 'fetch', 'search'), creating a uniform and predictable pattern. No mixing of styles.
Only 3 tools, but each is highly capable (e.g., 'do' encompasses many sub-operations). The count is slightly low for the broad domain, but the tools are well-scoped.
Covers essential operations: create, edit, fetch, search, share, and email. Minor gaps like delete/trash are absent, but the core workflows are supported.