sparksheets
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sparksheets_loginA | SparkSheetsにログインします。ブラウザが開き、Googleアカウントで認証後、自動的にトークンが保存されます。 |
| sparksheets_logoutA | SparkSheetsからログアウトします。保存されたトークンを削除します。 |
| sparksheets_auth_statusA | 現在の認証状態を確認します。ログイン中のユーザー情報やトークンの有効期限を表示します。 |
| save_sessionC | 現在のセッション要約をSparkSheetsに保存 |
| list_sessionsB | 全セッション一覧を取得 |
| search_sessionsC | キーワードでセッション検索 |
| create_handoverC | 引き継ぎシート自動生成(次にやること、注意点などをまとめる) |
| save_solutionB | エラー解決策を辞典に保存 |
| find_solutionC | 過去の解決策を検索 |
| save_snippetC | コードスニペットを保存 |
| get_snippetC | スニペットを取得・検索 |
| upload_imageB | 画像をSparkSheetsにアップロード。Base64またはファイルパスを指定。戻り値にMarkdown形式の画像タグを含む |
| append_to_sheetB | シートの指定カラムの末尾にコンテンツを追記 |
| list_sheetsC | シート一覧取得 |
| create_sheetD | 新規シート作成 |
| update_sheetD | シート編集 |
| get_sheet_contentC | シート内容取得(オプションでコンテキスト制御可能) |
| search_sheetsD | シート検索 |
| delete_sheetC | シート削除 |
| add_columnC | シートにカラムを追加(最大3カラムまで) |
| remove_columnB | シートからカラムを削除 |
| get_column_infoB | シートのカラム情報を取得 |
| sync_statsC | /statsの内容をSparkSheetsに同期 |
| log_work_timeC | 作業時間を記録 |
| get_usage_dashboardB | 使用量ダッシュボードURL取得 |
| sync_todosC | TodoWriteの内容をSparkSheetsに同期 |
| get_review_queueB | PRレビューキュー取得(GitHub連携) |
| run_sparkC | Spark(AIボタン)をCLIから実行 |
| list_sparksC | 利用可能なSpark一覧 |
| translate_sheetB | シートを多言語翻訳 |
| create_share_linkA | シートの共有リンクを発行。既存のアクティブな共有がある場合は再利用される |
| get_share_settingsB | シートの現在の共有設定を取得 |
| disable_shareB | 共有リンクを無効化 |
| list_membersA | シートのメンバー一覧を取得 |
| add_memberB | シートにメンバーを追加(招待)。オーナーのみ実行可能 |
| update_member_roleC | メンバーの権限を変更。オーナーのみ実行可能 |
| remove_memberB | シートからメンバーを削除。オーナーのみ実行可能 |
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 37 tools
Tools are mostly distinct, targeting different resources (sheets, members, sessions, etc.) with clear actions. However, the large number of tools may cause some confusion between similar operations like 'get_sheet_content' and 'get_column_info', even though they are different.
The majority of tools follow a consistent verb_noun (snake_case) pattern. However, a few exceptions like 'sparksheets_auth_status', 'sparksheets_login', and 'sparksheets_logout' break the pattern by prefixing the server name, which is inconsistent.
At 37 tools, the count is on the high side for typical MCP servers. While the broad scope of the workspace tool justifies many tools, some seem peripheral (e.g., 'upload_image', 'get_review_queue'), and the set could potentially be streamlined.
The tool set covers a comprehensive range of functionalities for a collaborative sheet workspace: sheet CRUD, member management, sharing, search, sessions, Sparks, auth, and sync. Minor gaps exist (e.g., no rename column), but overall it is well-covered.