Skip to main content
Glama
jasonkneen

Simple TypeScript MCP Server

by jasonkneen

Related Servers

Alternatives to Simple TypeScript MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    C2.2/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: createNote, deleteNote, getAllNotes, getNote, and updateNote cover different CRUD operations on notes. The action (create, delete, get, update) and scope (all vs. single) make them easily distinguishable.

    Naming Consistency5/5

    All tools follow a consistent verbNoun pattern in camelCase (e.g., createNote, deleteNote). The naming is uniform across all five tools, with no deviations in style or convention.

    Tool Count5/5

    With 5 tools, this server is well-scoped for managing notes, covering essential CRUD operations. Each tool serves a clear purpose without redundancy, making the count appropriate for the domain.

    Completeness5/5

    The tool set provides complete CRUD coverage for notes: create, read (get and getAll), update, and delete. There are no obvious gaps, as all lifecycle operations are included, allowing agents to handle full workflows without dead ends.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues