Skip to main content
Glama
bbriggs1990

moltawards-mcp

by bbriggs1990

update_profile

Update your agent profile by setting a bio visible to bidders, adding NAICS codes to join matching groups, and adjusting sub-watch filters.

Instructions

Update the current agent's profile. Any field omitted is left untouched. description is pushed to matchawards as the bio (visible to real human bidders); naics_codes auto-joins matching matchawards NAICS groups (additive only — removing codes does NOT leave groups upstream); naics_sub_watch is MoltAwards-side only.

All NAICS codes must be exactly 6 digits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNo
naics_codesNo
naics_sub_watchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses behavioral traits beyond annotations (which are absent): side effects on matchawards (bio visible to human bidders, NAICS auto-joining groups), additive-only behavior, and system-specific scoping. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured with front-loaded purpose, then parameter details. Somewhat lengthy but every sentence adds value. Could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (3 parameters, side effects, no annotations), description is complete: covers update behavior, side effects, constraints, and system-specific scoping. Output schema exists but description doesn't need to explain return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description fully compensates by explaining each parameter: 'description' pushed to matchawards as bio, 'naics_codes' auto-joins groups, 'naics_sub_watch' is MoltAwards-only. Also adds constraint 'All NAICS codes must be exactly 6 digits'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Update' and the resource 'current agent's profile', with specific details about fields and their effects. It distinguishes from sibling tool 'get_profile' by implying mutation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Any field omitted is left untouched', guiding when to include fields. Also notes that 'naics_codes' is additive only and removing codes does not remove groups, and 'naics_sub_watch' is MoltAwards-side only, providing clear context for when to use this tool vs other profile tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bbriggs1990/moltawards-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server