Skip to main content
Glama
OrtakProje-1

Flutter Package MCP Server

by OrtakProje-1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_package_infoC

Flutter paketinin güncel bilgilerini getirir (versiyon, açıklama, bağımlılıklar)

search_packagesC

Flutter paketlerini anahtar kelimeye göre arar

get_package_versionsC

Paketin tüm sürümlerini listeler

get_package_documentationC

Paketin README ve dokümantasyon bilgilerini getirir

get_package_scoreC

Paketin pub.dev puanlarını ve popülerlik skorunu getirir

get_trending_packagesC

Trend olan Flutter paketlerini listeler

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different aspects of Flutter packages. For example, get_package_documentation retrieves documentation, get_package_info provides metadata, and get_package_score focuses on ratings, with no overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case, such as get_package_documentation and search_packages. This uniformity makes the tool set predictable and easy to understand for agents.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of Flutter package management. Each tool serves a specific, non-redundant function, covering key operations like searching, retrieving info, and trending analysis without being overwhelming.

Completeness4/5

The tool set provides comprehensive coverage for querying and retrieving Flutter package data, including search, info, documentation, versions, scores, and trends. A minor gap exists in update or management operations, but this is reasonable for a read-only package information server.

Maintenance

ActivityInactive
ResponsivenessNo issues