Skip to main content
Glama

MCPunk

by jurasofish

chunk_details

Extract and retrieve the full content of a specific code chunk by its ID, enabling detailed analysis after identifying relevant chunks in your codebase.

Instructions

Get full content of a specific chunk.

Returns chunk content as string. Common patterns: 1. Final step after find_matching_chunks_in_file finds relevant chunks 2. Examining implementations after finding definitions/uses

Input Schema

NameRequiredDescriptionDefault
chunk_idYes

Input Schema (JSON Schema)

{ "properties": { "chunk_id": { "title": "Chunk Id", "type": "string" } }, "required": [ "chunk_id" ], "title": "chunk_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCPunk

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/jurasofish/mcpunk'

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