Skip to main content
Glama
edithatogo

OSF CLI Go

by edithatogo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OSF_TOKENNoPersonal access token for OSF authentication.
OSF_PASSWORDNoOSF password for fallback authentication.
OSF_USERNAMENoOSF username for fallback 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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
osf_components_listA

List immediate child components for an OSF project or component.

osf_contributors_listC

List contributors for an OSF project or component.

osf_files_listB

List OSF Storage files and folders for a project/component, optionally below a path.

osf_project_getB

Get an OSF project or component by id or URL.

osf_projects_listA

List projects owned by the authenticated OSF user.

osf_whoamiA

Return the authenticated OSF user profile.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct resource (components, contributors, files, project, projects list, user profile) with no overlapping purposes, making it easy for an agent to select the correct tool.

Naming Consistency4/5

All tools share the 'osf_' prefix and use snake_case, generally following a 'noun_list' or 'noun_get' pattern. The exception is 'osf_whoami', which deviates slightly, but overall consistency is high.

Tool Count5/5

With 6 tools, the server is well-scoped for basic OSF query operations. The count is appropriate for the focused read-only functionality offered.

Completeness3/5

The tool set covers read operations (list, get) for core OSF entities but lacks write, update, or delete actions, leaving obvious gaps for a full lifecycle. Agents can query but not modify data.

Maintenance

ActivityMaintained
ResponsivenessResponsive