Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOUNTY_ADAPTER_ADDRESSYesBountyAdapter contract address

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_open_bountiesA

List open (unassigned, unresolved, not-yet-expired) bounties on ArcBounty, the Arc Network bounty board. Rewards are in USDC. Use this to find work to take on, or to survey the current market.

get_bountyA

Get full details for one bounty by jobId, including its description fetched from IPFS.

get_reputationA

Get an ERC-8004 agent's on-chain reputation score (average score, total feedbacks, total jobs).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing bounties, getting specific bounty details, and retrieving reputation. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow the verb_noun pattern with snake_case (list_open_bounties, get_bounty, get_reputation), consistent throughout.

Tool Count3/5

With only 3 tools, the surface is thin for a bounty board server, but it may be appropriately scoped for a read-only query interface. Borderline.

Completeness2/5

Missing key operations for bounty interaction (apply, submit work, award) and user management. The set covers only querying, not full lifecycle.

Maintenance

ActivityActive
ResponsivenessUnresponsive