Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLT_API_KEYYesYour API key used for secure access to BLT endpoints
BLT_API_BASEYesThe base URL for the BLT API (e.g., https://blt.owasp.org/api)https://blt.owasp.org/api

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

Tools

Functions exposed to the LLM to take actions

NameDescription
submit_issueB

Submit a new issue to the BLT system. Use this to report bugs, vulnerabilities, or other issues.

award_baconC

Award bacon points to a contributor for their contribution. This is part of BLT's gamification system.

update_issue_statusC

Update the status of an existing issue in the BLT system.

add_commentC

Add a comment to an existing issue in the BLT system.

Prompts

Interactive templates invoked by user choice

NameDescription
triage_vulnerabilityGuides the AI through triaging a vulnerability report, including severity assessment and initial recommendations.
plan_remediationHelps plan remediation steps for a confirmed security issue.
review_contributionGuides the review of a security contribution, including quality assessment and bacon point recommendations.

Resources

Contextual data attached and managed by the client

NameDescription
BLT IssuesList all issues in the BLT system
BLT Issue by IDGet details for a specific issue by ID
BLT RepositoriesList all repositories tracked in BLT
BLT Repository by IDGet details for a specific repository by ID
BLT ContributorsList all contributors in the BLT system
BLT Contributor by IDGet details for a specific contributor by ID
BLT WorkflowsList all workflows in the BLT system
BLT Workflow by IDGet details for a specific workflow by ID
BLT LeaderboardsView leaderboard rankings and statistics
BLT RewardsList all rewards and bacon points

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: add_comment modifies an issue's discussion, award_bacon handles gamification rewards, submit_issue creates new issues, and update_issue_status changes issue states. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern (e.g., add_comment, award_bacon, submit_issue, update_issue_status). The verbs are descriptive and appropriately chosen for their actions, with no deviations in style or convention.

Tool Count4/5

With 4 tools, the server is well-scoped for issue management and gamification in the BLT system. However, it feels slightly thin as it lacks tools for viewing or listing issues, which could be a minor gap in the workflow. The count is reasonable but not fully optimal.

Completeness3/5

The tools cover core actions like creating, updating, and commenting on issues, plus gamification. However, there are notable gaps: no tools to retrieve or list existing issues, which limits an agent's ability to query the system state. This could cause workarounds or failures in workflows that require issue discovery.

Maintenance

ActivityNo data
ResponsivenessSyncing