Skip to main content
Glama
gabrielmahia

sifa-mcp

add_service_record

Add a completed service record to a worker's profile to build their reputation score. Includes client details, service type, duration, payment, and rating.

Instructions

Add a completed service record to a worker's profile. Western parallel: Uber trip completion, Angie's List job review, Upwork completed contract. Each record builds the reputation score. DEMO — client verification is simulated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYesWorker profile ID (SFA-XXXXXXXXXXXX format)
client_nameYesClient name (or business name)
client_phoneYesClient M-PESA number (for verification anchor)
service_typeYesType of service performed
duration_daysYesDuration of the job in days
payment_kesYesAmount paid in KES (0 if unpaid/pro bono)
client_ratingYesClient rating 1-5 stars
notesNoBrief description of work done

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate write operation. Description adds that each record builds reputation score and notes demo simulation, which adds some behavioral context beyond annotations but not extensive.

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

Conciseness5/5

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

Three short sentences, front-loaded with purpose. No wasted words; efficient and clear.

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

Completeness4/5

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

Output schema exists, so return values are documented. Description mentions reputation impact and demo context. Could mention prerequisites like profile existence but overall complete.

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

Parameters3/5

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

Schema coverage is 100%, so description adds no extra parameter meaning. Baseline 3 is appropriate.

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 it adds a completed service record to a worker's profile. The western parallels and sibling list differentiate it from other tools.

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

Usage Guidelines2/5

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

No explicit guidance on when to use vs alternatives. The description provides analogies but no when-not-to-use or exclusion criteria.

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/gabrielmahia/sifa-mcp'

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