AI Research Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| research_topicB | Search the internet for any AI topic. |
| manage_reportC | Perform CRUD operations on reports. |
| render_dashboardA | Use Prefab to display the report dashboard in the background and return the URL. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool serves a distinctly different purpose: researching a topic, managing report files with CRUD operations, and rendering a dashboard. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern in snake_case: research_topic, manage_report, render_dashboard. No mixing of conventions.
Three tools is slightly low but still reasonable for a focused AI research agent covering the essential tasks of researching, managing reports, and displaying a dashboard. It feels well-scoped.
The basic workflow is covered, but there is a notable gap: no tool to list existing report filenames, which is needed for the read/update/delete actions without prior knowledge.