Skip to main content
Glama
snilld-ai

OpenAI Assistant MCP Server

by snilld-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHNoThe absolute path to the project directory
OPENAI_API_KEYYesYour OpenAI API key for authentication

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
ask-openaiC

Ask my assistant models a direct question

list-assistantsB

List OpenAI assistants

retrieve-assistantC

Retrieve an OpenAI assistant by ID

create-assistantC

Create a new OpenAI assistant

update-assistantB

Update an existing OpenAI assistant

delete-assistantC

Delete an OpenAI assistant

upload-fileC

Upload a file for use by assistants

list-filesB

List files available for assistants

delete-fileC

Delete a file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific resources and actions in the OpenAI Assistant domain. For example, list-assistants vs. retrieve-assistant for listing all vs. getting one by ID, and create-assistant vs. update-assistant vs. delete-assistant for full lifecycle management. No tools appear to overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with hyphens, such as create-assistant, delete-assistant, list-assistants, and upload-file. The naming is uniform throughout, making it predictable and easy for agents to understand the action and target resource.

Tool Count5/5

With 9 tools, this server is well-scoped for managing OpenAI assistants and related files. The count is appropriate, covering core operations like CRUD for assistants and file management without being overwhelming or too sparse. Each tool earns its place in the workflow.

Completeness5/5

The tool set provides complete coverage for the OpenAI Assistant domain, including full CRUD lifecycle for assistants (create, retrieve, update, delete, list) and file management (upload, list, delete). The ask-openai tool adds a direct interaction capability, ensuring no obvious gaps for agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues