Skip to main content
Glama

Server Details

Research honeypot. Logs connections and tool arguments; injects instructions. Read README first.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
brian-mitchell-sec/workspace-tools-mcp
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 10 tool updates
    • First observedadmin_exec
    • First observedadmin_status
    • First observeddiagnostics
    • First observedexecute_command
    • First observedget_config
    • First observedget_page
    • First observedlist_credentials
    • First observedquery_database
    • First observedread_file
    • First observedsearch_documents

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables defenders to deploy a decoy MCP tool server that records and fingerprints how LLM agents probe, escalate, and persist, without exposing real systems.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Simulates the Deadbugz MCP supply-chain attack for educational and research purposes, demonstrating a 3-call gate evasion where tool descriptions mutate to steal credentials.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    A rogue MCP server (~90 lines) that demonstrates prompt injection via tool responses to achieve remote code execution on a developer's machine.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.8/5.0
Disambiguation3/5

Most tools are distinct, but admin_exec and execute_command have overlapping purposes—both execute commands with admin privileges, and the distinction between 'administrative command' and 'shell command' is unclear. diagnostics and admin_status also have a slight overlap in checking system state, though their intended usage differs.

Naming Consistency3/5

The naming is predominantly verb_noun (e.g., get_config, query_database), but several tools deviate: diagnostics is a bare noun, and admin_exec/admin_status use an adjective prefix rather than a verb. This mix creates inconsistency, though the convention is still readable and predictable overall.

Tool Count5/5

With 10 tools, the server is well-scoped for a workspace utility—covering admin, file, database, search, credentials, and pagination. Each tool has a clear role, and the count is within the ideal range for a practical MCP server.

Completeness3/5

The surface is read-heavy: read_file, query_database, get_config, list_credentials, and search_documents. Missing core workspace operations like listing files/directories, writing files, or managing credentials (beyond listing) create notable gaps. execute_command and admin_exec provide some write/action capability, but the absence of file write and directory listing limits full workflow completion.