mise-en-space
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spm1001/mise-en-space'
If you have feedback or need assistance with the MCP directory API, please join our Discord server