ShallowCodeResearch_agent_citation_formatter
Format academic citations from URLs in text blocks into APA-style references using a dedicated tool on the MCP Hub, ensuring proper citation structure.
Instructions
Wrapper for CitationFormatterAgent to format citations. Returns: Formatted citations result with APA-style references
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| text_block | No | The text containing URLs to cite | 
Input Schema (JSON Schema)
{
  "properties": {
    "text_block": {
      "description": "The text containing URLs to cite",
      "type": "string"
    }
  },
  "type": "object"
}