Skip to main content
Glama
150,830 tools. Last updated 2026-05-28 06:19

"Tips for Naming Variables and Functions in Go Programming Language" matching MCP tools:

  • Retrieve the current variable-to-ID mappings for a GO-CAM model. Use this to understand available variables after batch operations or to obtain actual individual IDs for cross-batch operations.
    BSD 3-Clause
  • Report cyclomatic complexity of Go functions sorted by severity to identify overly complex code that needs refactoring.
    MIT
  • Find all factory and constructor functions that instantiate a specified Go struct. Returns signatures, package paths, and file locations.
    MIT
  • Identify package-level variables and functions that modify them. Use to audit mutable global state and detect thread-safety issues in Go packages.
    MIT
  • Search official Zig programming language documentation to find information about language features, standard library functions, memory management, error handling, and build system details.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Execute Pylpex code to evaluate custom programming language expressions and functions, returning computed results.
    MIT
  • Generate complete Midtrans Core API integration code in Python, JavaScript, Go, or Rust. Includes charge transactions, webhook handlers with signature verification, refunds, and subscription management with full implementation details.
    MIT
  • Generate project-consistent identifier names from a natural language description. Uses actual conventions like prefixes and patterns to suggest names that fit the existing codebase style. Use when naming functions, variables, or parameters.
    MIT
  • Execute source code in a sandboxed environment supporting 71 programming languages. Returns stdout, stderr, execution time, and memory usage with CPU/memory limits.
    MIT
  • Generate personalized speech therapy exercises tailored to patient age, speech challenge, and language. Returns structured exercises with instructions and therapist tips.
    MIT
  • Assign environment variables to a Hatchable project, accessible in functions via process.env. Keys containing SECRET, PASSWORD, TOKEN, API_KEY, or PRIVATE are automatically treated as secrets.
    MIT
  • Find functions or classes with similar behavioral patterns using logic embeddings, returning similarity scores, regardless of naming conventions.
    MIT
  • Search code identifiers like functions and variables using natural language queries to find definitions and usage patterns across your codebase.
    MIT
  • Retrieve environment variable conventions for LaunchFrame projects, including centralized .env location, naming rules, and how to add new variables.
    MIT
  • Retrieve type signatures of functions, variables, or values in PureScript code to understand input and output details. Requires an active IDE server and loaded modules for accurate lookups.
    MIT
  • Retrieve all code entities—modules, classes, functions, variables—from a project with their type, name, file path, and line number. Filter by entity type and limit results for targeted analysis.
    MIT