13 tools from the Lingo MCP Server, categorised by risk level.
View the Lingo policy →find_by_file Find glossary terms associated with a specific file path. Useful when an AI tool is working on a file and needs to understand what organizational c... get_term Retrieve a specific glossary term by its unique ID or by searching for its name. Returns the full term including definition, aliases, code location... learn_from_pr Learn organizational terminology from a GitHub Pull Request. Extracts planning terms from PR title/description and maps them to changed code files.... list_adapters List all available PM (Project Management) and SCM (Source Control Management) adapters. Returns a unified list of adapters known to both registrie... list_terms List and search organizational glossary terms. Supports full-text search via 'query' parameter, filtering by category/tag/confidence/adapter, and f... query_context Search the organizational glossary for terms matching a natural-language query. Returns matching terms with their definitions and associated code l... record_signal Record a coupling signal for a glossary term, strengthening the mapping between the term and its code locations. Each signal type adds a fixed scor... add_term Add a new term to the organizational glossary. Creates a mapping between a planning/product concept and its code locations. Requires at minimum a n... create_from_text Reverse-flow pipeline: parse natural language text into structured PM items. Accepts free-text descriptions of work items (epics, stories, tasks, b... suggest_code_changes Analyze the impact of a term change and generate concrete code modification suggestions. Given a planning term and a description of what's changing... update_term Update an existing glossary term. Allows partial updates — only the provided fields will be changed. The updatedAt timestamp is automatically set. The Lingo MCP server exposes 13 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Lingo server.
Lingo tools are categorised as Read (7), Write (4), Destructive (1), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.