[{"id":"mnf_4d7ea3874ef57043f6c7df79","tool_name":"acme-mailer","version":"1.0.0","manifest":{"tool":{"name":"acme-mailer","version":"1.0.0","base_url":"https://api.acme.com","endpoints":[{"id":"send_email","path":"/v1/email","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"object","properties":{"to":{"type":"string"},"body":{"type":"string"},"subject":{"type":"string"}}}}}],"description":"Sends emails"},"agentdevx":"1.0"}},{"id":"mnf_bfa91e58425b0de7318b885f","tool_name":"acme-mailer","version":"1.0.1","manifest":{"tool":{"name":"acme-mailer","version":"1.0.1","base_url":"https://api.acme.com","endpoints":[{"id":"send_email","path":"/v1/email","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"object","properties":{"to":{"type":"string"}}}}}],"description":"Sends emails"},"agentdevx":"1.0"}},{"id":"mnf_b40c0d94a5f52f63036636b3","tool_name":"swagger-petstore---openapi-3.0","version":"1.0.27","manifest":{"tool":{"auth":{"type":"oauth2","instructions":"OAuth2 via oauth2","client_credential_flow":false},"name":"swagger-petstore---openapi-3.0","pricing":{"model":"free"},"version":"1.0.27","base_url":"/api/v3","endpoints":[{"id":"addPet","path":"/pet","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Pet"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Add a new pet to the store."},{"id":"updatePet","path":"/pet","method":"PUT","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Pet"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Update an existing pet."},{"id":"findPetsByStatus","path":"/pet/findByStatus","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"status":{"type":"string","required":true,"description":"Status values that need to be considered for filter"}}},"response":{"status_codes":[200],"success_schema":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}},"deprecated":false,"description":"Finds Pets by status."},{"id":"findPetsByTags","path":"/pet/findByTags","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"tags":{"type":"array","required":true,"description":"Tags to filter by"}}},"response":{"status_codes":[200],"success_schema":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}},"deprecated":false,"description":"Finds Pets by tags."},{"id":"getPetById","path":"/pet/{petId}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Find pet by ID."},{"id":"updatePetWithForm","path":"/pet/{petId}","method":"POST","request":{"headers":{"Content-Type":"application/json"},"query_params":{"name":{"type":"string","required":false,"description":"Name of pet that needs to be updated"},"status":{"type":"string","required":false,"description":"Status of pet that needs to be updated"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Updates a pet in the store with form data."},{"id":"deletePet","path":"/pet/{petId}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Deletes a pet."},{"id":"uploadFile","path":"/pet/{petId}/uploadImage","method":"POST","request":{"headers":{"Content-Type":"application/json"},"query_params":{"additionalMetadata":{"type":"string","required":false,"description":"Additional Metadata"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/ApiResponse"}},"deprecated":false,"description":"Uploads an image."},{"id":"getInventory","path":"/store/inventory","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"type":"object","additionalProperties":{"type":"integer","format":"int32"}}},"deprecated":false,"description":"Returns pet inventories by status."},{"id":"placeOrder","path":"/store/order","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Order"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Order"}},"deprecated":false,"description":"Place an order for a pet."},{"id":"getOrderById","path":"/store/order/{orderId}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Order"}},"deprecated":false,"description":"Find purchase order by ID."},{"id":"deleteOrder","path":"/store/order/{orderId}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Delete purchase order by identifier."},{"id":"createUser","path":"/user","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/User"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Create user."},{"id":"createUsersWithListInput","path":"/user/createWithList","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"array","items":{"$ref":"#/components/schemas/User"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Creates list of users with given input array."},{"id":"loginUser","path":"/user/login","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"password":{"type":"string","required":false,"description":"The password for login in clear text"},"username":{"type":"string","required":false,"description":"The user name for login"}}},"response":{"status_codes":[200],"success_schema":{"type":"string"}},"deprecated":false,"description":"Logs user into the system."},{"id":"logoutUser","path":"/user/logout","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Logs out current logged in user session."},{"id":"getUserByName","path":"/user/{username}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Get user by user name."},{"id":"updateUser","path":"/user/{username}","method":"PUT","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/User"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Update user resource."},{"id":"deleteUser","path":"/user/{username}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Delete user resource."}],"description":"This is a sample Pet Store Server based on the OpenAPI 3.0 specification.  You can find out more about\nSwagger at [https://swagger.io](https://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!\nYou can now help us improve the API whether it's by making changes to the definition itself or to the code.\nThat way, with time, we can improve the API in general, and expose some of the new features in OAS3.\n\nSome useful links:\n- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)\n- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)"},"agentdevx":"1.0"}},{"id":"mnf_75a745ff87efcf23dcdb6d11","tool_name":"echo-server","version":"0.0.0","manifest":{"tool":{"name":"echo-server","pricing":{"model":"free"},"version":"0.0.0","base_url":"http://localhost:8765","endpoints":[{"id":"echo","path":"/mcp/tools/call/echo","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","required":true,"description":"Text to echo"}}}},"response":{"status_codes":[200],"success_schema":{"type":"object"}},"description":"Returns whatever you send"},{"id":"add","path":"/mcp/tools/call/add","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"object","required":["a","b"],"properties":{"a":{"type":"number","required":true,"description":"First number"},"b":{"type":"number","required":true,"description":"Second number"}}}},"response":{"status_codes":[200],"success_schema":{"type":"object"}},"description":"Add two numbers"}],"description":"MCP server at http://localhost:8765"},"agentdevx":"1.0"}},{"id":"mnf_087bd0b85962301367e164cb","tool_name":"petstore-api","version":"1.0.27","manifest":{"tool":{"auth":{"type":"oauth2","instructions":"OAuth2 via oauth2","client_credential_flow":false},"name":"petstore-api","pricing":{"model":"free"},"version":"1.0.27","base_url":"/api/v3","endpoints":[{"id":"addPet","path":"/pet","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Pet"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Add a new pet to the store."},{"id":"updatePet","path":"/pet","method":"PUT","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Pet"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Update an existing pet."},{"id":"findPetsByStatus","path":"/pet/findByStatus","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"status":{"type":"string","required":true,"description":"Status values that need to be considered for filter"}}},"response":{"status_codes":[200],"success_schema":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}},"deprecated":false,"description":"Finds Pets by status."},{"id":"findPetsByTags","path":"/pet/findByTags","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"tags":{"type":"array","required":true,"description":"Tags to filter by"}}},"response":{"status_codes":[200],"success_schema":{"type":"array","items":{"$ref":"#/components/schemas/Pet"}}},"deprecated":false,"description":"Finds Pets by tags."},{"id":"getPetById","path":"/pet/{petId}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Find pet by ID."},{"id":"updatePetWithForm","path":"/pet/{petId}","method":"POST","request":{"headers":{"Content-Type":"application/json"},"query_params":{"name":{"type":"string","required":false,"description":"Name of pet that needs to be updated"},"status":{"type":"string","required":false,"description":"Status of pet that needs to be updated"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Pet"}},"deprecated":false,"description":"Updates a pet in the store with form data."},{"id":"deletePet","path":"/pet/{petId}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Deletes a pet."},{"id":"uploadFile","path":"/pet/{petId}/uploadImage","method":"POST","request":{"headers":{"Content-Type":"application/json"},"query_params":{"additionalMetadata":{"type":"string","required":false,"description":"Additional Metadata"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/ApiResponse"}},"deprecated":false,"description":"Uploads an image."},{"id":"getInventory","path":"/store/inventory","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"type":"object","additionalProperties":{"type":"integer","format":"int32"}}},"deprecated":false,"description":"Returns pet inventories by status."},{"id":"placeOrder","path":"/store/order","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/Order"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Order"}},"deprecated":false,"description":"Place an order for a pet."},{"id":"getOrderById","path":"/store/order/{orderId}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/Order"}},"deprecated":false,"description":"Find purchase order by ID."},{"id":"deleteOrder","path":"/store/order/{orderId}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Delete purchase order by identifier."},{"id":"createUser","path":"/user","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/User"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Create user."},{"id":"createUsersWithListInput","path":"/user/createWithList","method":"POST","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"type":"array","items":{"$ref":"#/components/schemas/User"}}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Creates list of users with given input array."},{"id":"loginUser","path":"/user/login","method":"GET","request":{"headers":{"Content-Type":"application/json"},"query_params":{"password":{"type":"string","required":false,"description":"The password for login in clear text"},"username":{"type":"string","required":false,"description":"The user name for login"}}},"response":{"status_codes":[200],"success_schema":{"type":"string"}},"deprecated":false,"description":"Logs user into the system."},{"id":"logoutUser","path":"/user/logout","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Logs out current logged in user session."},{"id":"getUserByName","path":"/user/{username}","method":"GET","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200],"success_schema":{"$ref":"#/components/schemas/User"}},"deprecated":false,"description":"Get user by user name."},{"id":"updateUser","path":"/user/{username}","method":"PUT","request":{"headers":{"Content-Type":"application/json"},"body_schema":{"$ref":"#/components/schemas/User"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Update user resource."},{"id":"deleteUser","path":"/user/{username}","method":"DELETE","request":{"headers":{"Content-Type":"application/json"}},"response":{"status_codes":[200]},"deprecated":false,"description":"Delete user resource."}],"description":"This is a sample Pet Store Server based on the OpenAPI 3.0 specification.  You can find out more about\nSwagger at [https://swagger.io](https://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!\nYou can now help us improve the API whether it's by making changes to the definition itself or to the code.\nThat way, with time, we can improve the API in general, and expose some of the new features in OAS3.\n\nSome useful links:\n- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)\n- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)"},"agentdevx":"1.0"}}]