get_entity_details
Retrieve detailed information about a specific entity by providing its name. Ideal for quick, language-agnostic codebase insights and efficient entity analysis within the MCP framework.
Instructions
Get detailed information about an entity.
Args: entity_name: Name of the entity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entity_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"entity_name": {
"title": "Entity Name",
"type": "string"
}
},
"required": [
"entity_name"
],
"title": "get_entity_detailsArguments",
"type": "object"
}