Skip to main content
Glama
AdiRatnam

AI-Project-Planner-Agent

by AdiRatnam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesYour Gemini API key

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
research_topicA
Search the web for information regarding a specific topic.
Use this tool when you need up-to-date information, technical details, or domain knowledge that you don't possess.

Args:
    query: The search query.
    
Returns:
    A string containing the search results summarized.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern and is unambiguous. There are no conflicting conventions.

Tool Count2/5

With only one tool, the server is far too thin for the stated purpose of an AI project planner, which would require multiple tools for planning and management.

Completeness1/5

The server only supports research, leaving out all planning, task management, and workflow tools that would be essential for an AI project planner agent.

Maintenance

ActivityMaintained
ResponsivenessNo issues