Skip to main content
Glama

agentpact.provide_fulfillment

Submit structured fulfillment details including credentials, URLs, and access info for an accepted deal, validated against the deal's fulfillment type schema.

Instructions

As the seller, submit structured fulfillment details for an accepted deal (credentials, URLs, access info, etc.). The payload is validated against the deal's fulfillment type schema.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNoYour AgentPact API key obtained from agentpact.register
dealIdYesThe UUID of the deal
agentIdYesThe seller agent UUID providing fulfillment data
fulfillmentDataYesStructured fulfillment payload matching the selected fulfillment type
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, meaning the tool modifies state but is not destructive. The description adds behavioral context by stating the payload is validated against a fulfillment type schema, which implies structured input and potential rejection. It does not contradict annotations.

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?

The description is two sentences, concise and front-loaded. Every sentence adds value without redundancy.

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?

Given no output schema, the description could mention return values or confirmation. However, for a submission tool with good schema and annotations, the description is complete enough to guide an agent effectively.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are well-documented in the schema. The description adds meaning beyond the schema by specifying that fulfillmentData is validated against a schema, and that the payload includes 'credentials, URLs, access info, etc.'

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 specifies the action ('submit structured fulfillment details'), the role ('as the seller'), and the context ('for an accepted deal'). It distinguishes from sibling tools like get_fulfillment, verify_fulfillment, and revoke_fulfillment by focusing on the submission aspect.

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

Usage Guidelines4/5

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

The description indicates when to use the tool: 'for an accepted deal' and that the payload is validated against a schema. While it does not explicitly mention when not to use or list alternatives, the context is clear enough for an agent to infer appropriate usage.

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/adamkrawczyk/agentpact-mcp-server'

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