MCP Tools
Every tool the gloria.dev server registers. For the shared data shapes behind these tools, see Domain Model; for broader look-up material, see Reference.
| Tool | Purpose | Group | Reference |
|---|---|---|---|
get_info | Return the active organization’s basic info. | Core | Reference |
register_project | Create or update a project in the active organization. | Core | Reference |
list_projects | List projects in the active organization. | Core | Reference |
put_dependency | Create or update one dependency in a project inventory. | Canary | Canary MCP Reference |
get_dependency | Return one dependency in full. | Canary | Canary MCP Reference |
list_dependencies | List a project’s dependencies as summaries. | Canary | Canary MCP Reference |
delete_dependency | Remove a dependency from a project by slug. | Canary | Canary MCP Reference |
put_feature | Create or update a product feature definition in a project’s feature map by slug. | Feature Map | Features MCP Reference |
get_feature | Return one feature’s full record, including structured details, screenshots, dashboard-authored notes, implementing files, symbols, docs URLs, and analyzedCommit. | Feature Map | Features MCP Reference |
list_features | List a project’s feature map as a compact index plus the analyzedCommit it was derived from. | Feature Map | Features MCP Reference |
upload_feature_screenshot | Upload one screenshot and return a reference for later use in a feature record. | Feature Map | Features MCP Reference |
delete_feature | Remove a feature from a project’s feature map by slug. | Feature Map | Features MCP Reference |
put_document | Create or update a Markdown document in a project namespace. | Documents | Reference |
enable_usage_tracking | Turn on usage tracking for an organization. | Usage Tracking | Token Cost Tracking |
get_log_provider_status | Check the current log provider status. | Log Debugging | Log Debugging MCP Reference |
get_log_stats | Review recent log activity at a glance. | Log Debugging | Log Debugging MCP Reference |
list_error_groups | Review recurring error groups in recent logs. | Log Debugging | Log Debugging MCP Reference |
query_logs | Search logs for matching events and attributes. | Log Debugging | Log Debugging MCP Reference |
search_skills | Search the skills library and return matching skill summaries. | Skills | Skills MCP Reference |
get_skill | Return a full skill bundle from the library. | Skills | Skills MCP Reference |
list_skill_versions | List the published versions of a skill. | Skills | Skills MCP Reference |
publish_skill | Publish a new skill version to the library. | Skills | Skills MCP Reference |
list_marketplaces | List the organization’s external skill marketplaces. | Skills | Skills MCP Reference |
install_skill | Return install commands for an external marketplace skill. | Skills | Skills MCP Reference |
register_standard | Ensure a project has a coding-standards record, creating version 1 if needed. | Coding Standards | Coding Standards MCP Reference |
put_rule | Upsert one coding rule by stable ruleId and bump the project’s standards version. | Coding Standards | Coding Standards MCP Reference |
put_snippet | Upsert one canonical code snippet and bump the project’s standards version. | Coding Standards | Coding Standards MCP Reference |
find_snippets | Search a project’s snippet library with an exact → contains → fuzzy match ladder. | Coding Standards | Coding Standards MCP Reference |
get_standards | Fetch the project’s current rules, standards version, and last rendered stamp. | Coding Standards | Coding Standards MCP Reference |
report_check_run | Submit a coding-standards check run, dedupe re-reported findings, and auto-resolve findings that fall out of scope. | Coding Standards | Coding Standards MCP Reference |
get_drift_status | Return the project’s current coding-standards drift summary, including open findings, last check, standards version, and rendered stamp. | Coding Standards | Coding Standards MCP Reference |
doc_holiday_list_publications | List Doc Holiday publications for the active organization. | Doc Holiday | Reference |
doc_holiday_get_publication | Return one Doc Holiday publication by id. | Doc Holiday | Reference |
doc_holiday_list_conversations | List Doc Holiday conversations. | Doc Holiday | Reference |
doc_holiday_get_conversation_diffs | Return the file diffs produced in a Doc Holiday conversation. | Doc Holiday | Reference |
doc_holiday_list_conversation_comments | List comments on Doc Holiday conversations. | Doc Holiday | Reference |
doc_holiday_list_conversation_turns | List the turns in Doc Holiday conversations. | Doc Holiday | Reference |
doc_holiday_get_conversation_turn | Return one Doc Holiday conversation turn in full. | Doc Holiday | Reference |
doc_holiday_request_work | Post a work request to a Doc Holiday conversation. | Doc Holiday | Reference |
doc_holiday_request_documentation | Submit a documentation prompt to Doc Holiday. | Doc Holiday | Reference |