Nia Codebase MCP

by nozomio-labs

lookup_codebase_context

Retrieve relevant code snippets from an indexed codebase by submitting natural language queries, enabling quick context analysis and code understanding.

Instructions

Look up context from a codebase indexed in Nia, retrieving relevant code snippets based on user queries.

Input Schema

NameRequiredDescriptionDefault
user_queryYesA user's query about code, used to get relevant codebase context from the Nia-indexed repository associated with your API key.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "user_query": { "description": "A user's query about code, used to get relevant codebase context from the Nia-indexed repository associated with your API key.", "type": "string" } }, "required": [ "user_query" ], "type": "object" }

You must be authenticated.

Other Tools from Nia Codebase MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/nozomio-labs/nia-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server