TCS Agentic Financial Modeling-PDF Document Creator
restAn agent that automatically generates formatted PDF documents, such as financial reports, from analyzed data sources. (by Tata Consultancy Services Limited)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "602b263f-61e0-4177-9d55-df572ef4be2c" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"602b263f-61e0-4177-9d55-df572ef4be2c",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/602b263f-61e0-4177-9d55-df572ef4be2c/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/ebe48fb9-015f-4ebb-8010-8de6ae1cc0d7/Example usage
“ext:google-agentfinder:ebe48fb9-015f-4ebb-8010-8de6ae1cc0d7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/602b263f-61e0-4177-9d55-df572ef4be2c
{
"name": "TCS Agentic Financial Modeling-PDF Document Creator",
"description": "An agent that automatically generates formatted PDF documents, such as financial reports, from analyzed data sources. (by Tata Consultancy Services Limited)",
"capabilities": [
"uses_gemini",
"finance_and_accounting",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/ebe48fb9-015f-4ebb-8010-8de6ae1cc0d7/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:ebe48fb9-015f-4ebb-8010-8de6ae1cc0d7"
}602b263f-61e0-4177-9d55-df572ef4be2cListed: Mar 24, 2026Related Agents
TCS Agentic Financial Modeling-PDF Data Formatter Agent
An agent that automatically formats unstructured analysis output into a structured dictionary for streamlined PDF report generation. (by Tata Consultancy Services Limited)
TCS Agentic Financial Modeling Expert
An AI agent that automates the creation of complex financial models by retrieving and standardizing data from multiple sources. (by Tata Consultancy Services Limited)
TCS Agentic AI-PDF Document Creator
An AI agent that automatically generates consistently formatted PDF documents from various data sources. (by Tata Consultancy Services Limited)
TCS Agentic ESG Research -PDF Document Creator
An agent that automatically generates consistently formatted PDF documents for ESG research from analyzed data. (by Tata Consultancy Services Limited)