Skip to main content
Glama
pypi-ahmad

Local Intelligence Server

by pypi-ahmad

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_dataA

Analyze raw text using a local LLM. Provide the text and an instruction describing what analysis to perform (e.g., summarize, extract entities, format, find patterns in logs, etc.). The analysis runs entirely offline on your machine.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The single tool's purpose is clearly distinct by default.

Naming Consistency5/5

A single tool trivially satisfies naming consistency. The name 'analyze_data' follows a clear verb_noun pattern.

Tool Count2/5

A server named 'Local Intelligence Server' with only one tool feels under-scoped. Typically such servers offer multiple operations, making one tool too few for the apparent domain breadth.

Completeness4/5

The single tool covers the core purpose of text analysis via various instructions, but lacks specialized tools for common subtasks like data retrieval or different analysis modes, resulting in minor completeness gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues